Expand description
Listen and react to keyboard events.
Structs§
- The current state of the keyboard modifiers.
Enums§
- A keyboard event.
- A key on the keyboard.
- The location of a key on the keyboard.
Functions§
- Listens to keyboard key presses and calls the given function to map them into actual messages.
- Listens to keyboard key releases and calls the given function to map them into actual messages.