XKeyboard

Keyboard class whose state is driven by xkbcommon

Constructors

this
this(xkb_context* ctx, xkb_keymap* keymap, xkb_state* state)
Undocumented in source.

Members

Functions

dispose
void dispose()
Undocumented in source. Be warned that the author may not have intended to support it.
processKeyDown
void processKeyDown(uint keycode, KeyHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
processKeyUp
void processKeyUp(uint keycode, KeyHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
updateState
void updateState(uint depressedMods, uint latchedMods, uint lockedMods, uint depressedLayout, uint latchedLayout, uint lockedLayout)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

mods
KeyMods mods [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Disposable

dispose
void dispose()

Dispose the underlying resource

Meta