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