KeyEvent

keyboard event

Constructors

this
this(KeyAction action, uint keyCode, uint flags, dstring text)

create key event

Members

Properties

action
KeyAction action [@property getter]

key action (KeyDown, KeyUp, Text, Repeat)

flags
uint flags [@property getter]

flags (shift, ctrl, alt...)

keyCode
uint keyCode [@property getter]

key code

text
dstring text [@property getter]

entered text, for Text action

Variables

_action
KeyAction _action;
Undocumented in source.
_flags
uint _flags;
Undocumented in source.
_keyCode
uint _keyCode;
Undocumented in source.
_text
dstring _text;
Undocumented in source.

Meta