Expand description
Input events consumed by the Runtime.
Platform shells convert native OS events into the types defined here and
pass them to Runtime::handle_input.
Enumsยง
- Gesture
Event - High-level gesture events recognised by the platform.
- ImeEvent
- Input Method Editor events for composed text input (CJK, emoji, etc.).
- Input
Event - The top-level input event type consumed by
Runtime::handle_input. - KeyCode
- Platform-independent key code for keyboard events.
- KeyEvent
- A keyboard key press or release event.
- Lifecycle
Event - Application lifecycle events.
- Pointer
Button - Identifies which mouse button or touch produced a pointer event.
- Pointer
Event - A pointer (mouse / touch / stylus) event in layout coordinates.