EventType
Description:
public enum EventType
Indicates the type of event.
Content:
Enum values:
- NONE - indicates there is no event
- APP_ACTIVATE - application activated
event, for example, this is triggered by console switching by the linuxfb video driver or when using a graphical desktop driver such as
gtk3, this is triggered when the window becomes the active window on the desktop window is the active window
- APP_DEACTIVATE - application
deactivated event, for example, this is triggered by console switching by the linuxfb video driver or when using a graphical desktop
driver such as gtk3, this is triggered when the window is no longer the active window on the desktop
- APP_QUIT - application request to quit
event, for example, this is triggered the window is closed in a desktop application
- KEY_UP - key release event
- KEY_DOWN - key press event
- POINTER_MOTION - pointer (mouse)
motion event
- BUTTON_PRESS - button press event
- BUTTON_RELEASE - button release event
- BUTTON_DOUBLE_PRESS - button
double-press event
- TOUCH_DOWN - begin touch event
- TOUCH_MOTION - touch motion event
- TOUCH_UP - end touch event
- TOUCH_CANCEL - cancel touch event