Expand description
Types related to the keyboard.
Structs§
- Modifiers
State - Represents the current state of the keyboard modifiers
- SmolStr
- A
SmolStr
is a string type that has the following properties:
Enums§
- Key
- Key represents the meaning of a keypress.
- KeyCode
- Code representing the location of a physical key
- KeyLocation
- The location of the key on the keyboard.
- Modifiers
KeyState - The state of the particular modifiers key.
- Named
Key - A
Key::Named
value - Native
Key - Contains the platform-native logical key identifier
- Native
KeyCode - Contains the platform-native physical key identifier
- Physical
Key - Represents the location of a physical key.