stream-droid
Preparing search index...
types
EmulatorInput
Interface EmulatorInput
interface
EmulatorInput
{
keyDown
(
key
:
string
)
:
void
;
keyUp
(
key
:
string
)
:
void
;
text
(
value
:
string
)
:
void
;
touch
(
x
:
number
,
y
:
number
,
down
:
boolean
,
id
?:
number
)
:
void
;
}
Index
Methods
key
Down
key
Up
text
touch
Methods
key
Down
keyDown
(
key
:
string
)
:
void
Parameters
key
:
string
Returns
void
key
Up
keyUp
(
key
:
string
)
:
void
Parameters
key
:
string
Returns
void
text
text
(
value
:
string
)
:
void
Parameters
value
:
string
Returns
void
touch
touch
(
x
:
number
,
y
:
number
,
down
:
boolean
,
id
?:
number
)
:
void
Parameters
x
:
number
y
:
number
down
:
boolean
Optional
id
:
number
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Methods
key
Down
key
Up
text
touch
stream-droid
Loading...