Module cosmic::iced_runtime::futures::keyboard
source · Expand description
Listen to keyboard events.
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.