clik-engine API
GitHub
Preparing search index...
ActionBinding
Interface ActionBinding
interface
ActionBinding
{
gamepad
?:
string
;
keys
?:
string
[]
;
pointer
?:
"down"
;
touch
?:
"tap"
|
"swipe_left"
|
"swipe_right"
|
"swipe_up"
|
"swipe_down"
;
}
Index
Properties
gamepad?
keys?
pointer?
touch?
Properties
Optional
gamepad
gamepad
?:
string
Optional
keys
keys
?:
string
[]
Optional
pointer
pointer
?:
"down"
Pointer/mouse binding: 'down' fires immediately on press and stays active while held
Optional
touch
touch
?:
"tap"
|
"swipe_left"
|
"swipe_right"
|
"swipe_up"
|
"swipe_down"
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
gamepad
keys
pointer
touch
GitHub
clik-engine API
Loading...
Pointer/mouse binding: 'down' fires immediately on press and stays active while held