Module iced::keyboard

source ·
Expand description

Listen and react to keyboard events.

Structs

  • The current state of the keyboard modifiers.

Enums

  • A keyboard event.
  • The symbolic name of a keyboard key.

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.