Module zng_ext_input::keyboard
source · Expand description
Keyboard manager.
Structs§
- Keyboard service.
- Arguments for
KEY_INPUT_EVENT
. - System settings that define the key pressed repeat.
- Application extension that provides keyboard events targeting the focused widget.
- Arguments for
MODIFIERS_CHANGED_EVENT
.
Enums§
- Key represents the meaning of a key press.
- Represents the location of a physical key.
- The location of the key on the keyboard.
- State a
Key
has entered. - Contains the platform-native physical key identifier
Statics§
- Key pressed, repeat pressed or released event.
- Modifiers key state changed event.
Traits§
- Extension trait that adds keyboard simulation methods to
HeadlessApp
.