Module freya_elements::events::keyboard  
source · Structs§
- Data of a Keyboard event.
- Pressed modifier keys.
Enums§
- Code is the physical position of a key.
- Key represents the meaning of a keypress.
Functions§
- Return the equivalent Winit’sKeyin keyboard_types
- Return the equivalent of Winit’sPhysicalKeyin keyboard_types
- Theglobalkeydownevent fires when the user starts pressing any key.
- Theglobalkeyupevent fires when the user releases any key being pressed.
- Thekeydownevent fires when the user starts pressing any key in the currently focused element.
- Thekeyupevent fires when the user releases any key being pressed in the currently focused element.