Expand description
This module contains the constant character code used to represent the keys.
Enums§
- The
Key
enum is used to map a specific key by name e.g.Key::Control
to an internal used unicode representation. The enum is convertible tostd::char
andslint::SharedString
. Use this withslint::platform::WindowEvent
to supply key events to Slint’s platform abstraction.