EventType

sapp_event_type

The type of event that's passed to the event handler callback in the sapp_event.type field. These are not just "traditional" input events, but also notify the application about state changes or other user-invoked actions

Values

ValueMeaning
Invalid
Key_down
Key_up
Char
Mouse_down
Mouse_up
Mouse_scroll
Mouse_move
Mouse_enter
Mouse_leave
Touches_began
Touches_moved
Touches_ended
Touches_cancelled
Resized
Iconified
Restored
Focused
Unfocused
Suspended
Resumed
Quit_requested
Clipboard_pasted
Files_dropped
Num

Meta