Module limn_core::input::keyboard
[−]
[src]
Keyboard input handlers.
Structs
FocusHandler |
Note on focus: The tab key iterates through the widgets that have registered as focusable. Currently the order of this iteration is just based on the order the widgets are registered as focusable. Later on maybe it should be based on the relative positioning of widgets (could get ugly updating the treemap as widgets change position), or some user defined ordering. |
KeyboardInput | |
ReceivedCharacter | |
WidgetKeyboardInput | |
WidgetReceivedCharacter |
Enums
KeyboardInputEvent |