KeyboardEvent

The new style of keyboard event

Members

Enums

Key
enum Key

.

Functions

isCharacter
bool isCharacter()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

modifierState
uint modifierState;
Undocumented in source.
pressed
bool pressed;
Undocumented in source.
which
dchar which;
Undocumented in source.

Meta