KeyPress

Key press event, keyboardEvent function is called with this

A note: backspace (\b) and enter (\n) are not included in KeyPress.NonCharKey

Members

Enums

NonCharKey
enum NonCharKey

Types of non-character keys

Functions

isChar
bool isChar()

Returns true if the key was a character.

Variables

key
dchar key;

stores which key was pressed

Meta