Keyboard

A template that declares methods related to Keyboard.

Members

Functions

dropFocus
void dropFocus()
Undocumented in source. Be warned that the author may not have intended to support it.
focus
void focus()
Undocumented in source. Be warned that the author may not have intended to support it.
handleFocused
void handleFocused(bool a)
Undocumented in source. Be warned that the author may not have intended to support it.
handleKey
bool handleKey(Key key, KeyState status)
Undocumented in source. Be warned that the author may not have intended to support it.
handleTextInput
bool handleTextInput(dchar c)
Undocumented in source. Be warned that the author may not have intended to support it.
pullFocusChain
bool pullFocusChain()
Undocumented in source. Be warned that the author may not have intended to support it.
setFocusChain
void setFocusChain(Widget w)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

focusChain
focusChain [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
focusable
bool focusable [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isFocused
isFocused [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_focusChain
Widget _focusChain;
Undocumented in source.

Meta