Module keyboard
Available on crate feature
wayland and Linux only.Modules§
Structs§
- KeyCode
- The keyboard code, often corresponding to a physical key.
- KeyEvent
- Data associated with a key press or release event.
- Keyboard
Data - Keymap
- Wrapper around a libxkbcommon keymap
- Keysym
- The keyboard symbol, often corresponding to a character.
- Modifiers
- The state of keyboard modifiers
- RMLVO
- The RMLVO description of a keymap
- RawModifiers
- State of keyboard modifiers, in raw form sent by compositor.
Enums§
- Keyboard
Error - Error when creating a keyboard.
- Repeat
Info - The rate at which a pressed key is repeated.
Traits§
- Keyboard
Data Ext - Keyboard
Handler - Handler trait for keyboard input.