Event.Keyboard

Keyboard Event

Members

Enums

CtrlKeys
enum CtrlKeys

Ctrl+Letter keys

Key
enum Key

Non character keys (can match against this.key)

Properties

isChar
bool isChar [@property getter]
isCtrlKey
bool isCtrlKey [@property getter]
tostring
string tostring [@property getter]

Variables

key
dchar key;

/ what key was pressed

Meta