Keyboard

Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Functions

dup
Keyboard dup()
Undocumented in source. Be warned that the author may not have intended to support it.
handle
void handle(Event event)
Undocumented in source. Be warned that the author may not have intended to support it.
isPressed
bool isPressed(int key)
Undocumented in source. Be warned that the author may not have intended to support it.
keyDown
void keyDown(int key)
Undocumented in source. Be warned that the author may not have intended to support it.
keyUp
void keyUp(int key)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

instance
Keyboard instance;
Undocumented in source.

Variables

extendedKeys
bool[uint] extendedKeys;
Undocumented in source.
keys
bool[256] keys;
Undocumented in source.

Meta