Black Trigram (흑괘) - API Documentation - v0.2.10
GitHub
Game Website
Preparing search index...
types/controls
InputEvent
Interface InputEvent
interface
InputEvent
{
key
?:
string
;
position
?:
{
x
:
number
;
y
:
number
}
;
timestamp
:
number
;
type
:
"pointerdown"
|
"pointerup"
|
"keydown"
|
"keyup"
;
}
Index
Properties
key?
position?
timestamp
type
Properties
Optional
Readonly
key
key
?:
string
Optional
Readonly
position
position
?:
{
x
:
number
;
y
:
number
}
Readonly
timestamp
timestamp
:
number
Readonly
type
type
:
"pointerdown"
|
"pointerup"
|
"keydown"
|
"keyup"
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
key
position
timestamp
type
GitHub
Game Website
Black Trigram (흑괘) - API Documentation - v0.2.10
Loading...