Module iced::keyboard

source ·
Expand description

Listen and react to keyboard events.

Modules§

  • Identify keyboard keys.

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 map them into actual messages.
  • Listens to keyboard key releases and calls the given function map them into actual messages.