Module input

Source

Structsยง

Down2Event
Down2EventHandler
Key or button is released. Args are input button and device state.
PressEvent
PressEventHandler
Key input character is typed. Arg is a unicode character
TextChangedEvent
TextChangedEventHandler
Text in the on-screen input keyboard changed (for Mobile)
Up2Event
Up2EventHandler
Key or button is pressed. Args are input button and device state.
WheelEvent
WheelEventHandler
Mouse wheel is moved/scrolled (Arg is wheel delta)