mojo.app.KeyEvent - nitrologic/monkey2 GitHub Wiki

mojo::mojo.app.KeyEvent

Class KeyEvent Extends mojo:mojo.app.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)