sdk executable service bodies
This commit is contained in:
parent
0d01c0a522
commit
18b1967e6d
@ -80,13 +80,11 @@ declare service Input
|
||||
{
|
||||
fn pad() -> InputPad
|
||||
{
|
||||
let pad = LowInput.pad();
|
||||
return pad;
|
||||
return LowInput.pad();
|
||||
}
|
||||
|
||||
fn touch() -> InputTouch
|
||||
{
|
||||
let touch = LowInput.touch();
|
||||
return touch;
|
||||
return LowInput.touch();
|
||||
}
|
||||
}
|
||||
|
||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user