InputEventType - stingray.InputEventType enumeration reference - Stingray Lua API Reference
stingray.InputEventType enumeration reference
Enumeration values
expand all
|
collapse all
Description
Constant used by the [event_queue] function to differentiate button ids.
Enumeration values
AXIS_CHANGED
An axis was changed on a InputController.
BUTTON_PRESSED
A button press was made on a InputController.
BUTTON_RELEASED
A button release was made on a InputController.
TOUCH_DOWN
A touch-contact was initiated on a TouchPanel.
TOUCH_MOVE
A touch-contact was moved on a TouchPanel.
TOUCH_UP
A touch-contact was ended on a TouchPanel.