Skip to content

Mojo app keyevent

mojo:mojo.app.KeyEvent

Class KeyEvent Extends Event#

The KeyEvent class.

Constructors
New Creates a new key event.
Properties
Key The key involved in the event. (read only)
Modifiers The modifiers at the time of the event. (read only)
RawKey The raw key involved in the event. (read only)
Text The text for EventType.KeyChar events. (read only)