iced

Module keyboard

Source
Expand description

Listen and react to keyboard events.

Modules§

key
Identify keyboard keys.

Structs§

Modifiers
The current state of the keyboard modifiers.

Enums§

Event
A keyboard event.
Key
A key on the keyboard.
Location
The location of a key on the keyboard.

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.