cosmic::iced::advanced::graphics::futures

Module 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.