Expand description
Keyboard manager.
Structs§
- KEYBOARD
- Keyboard service.
- KeyInput
Args - Arguments for
KEY_INPUT_EVENT
. - KeyRepeat
Config - System settings that define the key pressed repeat.
- Keyboard
Manager - Application extension that provides keyboard events targeting the focused widget.
- Modifiers
Changed Args - Arguments for
MODIFIERS_CHANGED_EVENT
.
Enums§
- Key
- Key represents the meaning of a key press.
- KeyCode
- Represents the location of a physical key.
- KeyLocation
- The location of the key on the keyboard.
- KeyState
- State a
Key
has entered. - Native
KeyCode - Contains the platform-native physical key identifier
Statics§
- KEY_
INPUT_ EVENT - Key pressed, repeat pressed or released event.
- MODIFIERS_
CHANGED_ EVENT - Modifiers key state changed event.
Traits§
- Headless
AppKeyboard Ext - Extension trait that adds keyboard simulation methods to
HeadlessApp
.