Expand description
Listen and react to keyboard events.
Modules§
- key
- Identify keyboard keys.
Structs§
- Modifiers
- The current state of the keyboard modifiers.
Enums§
Functions§
- on_
key_ press - Listens to keyboard key presses and calls the given function to map them into actual messages.
- on_
key_ release - Listens to keyboard key releases and calls the given function to map them into actual messages.