Keyboard

Implements keyboard I/O.

Constructors

this
this()
Undocumented in source.

Members

Enums

KeyboardFlags
enum KeyboardFlags

Defines keyboard-specific flags.

Functions

getModifiers
ubyte getModifiers()
Undocumented in source. Be warned that the author may not have intended to support it.
isIgnoringLockLights
bool isIgnoringLockLights()
Undocumented in source. Be warned that the author may not have intended to support it.
isTextInputEn
bool isTextInputEn()

Returns true if the text input has been enabled.

poll
int poll(InputEvent output)

Polls the device for events.

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

Sets whether the text input is enabled or not, then

Meta