Type Definitions
object
# ButtonEvent
Button Event.
Properties:
Name | Type | Description |
---|---|---|
button |
string | Name of the button that was pressed. May be 'north', 'east', 'south', 'west' or 'multi-touch'. |
hold |
boolean |
|
doubleTap |
boolean |
|
buttons |
array.<string> | List of buttons that were tapped simultaneously. This only contains items for the 'multi-touch' event. |