Structs§
- Clipboard
- A buffer for short-term storage and transfer within and between applications.
Functions§
- key_
code - Converts a
VirtualKeyCodefrom [winit] to an [iced] key code. - modifiers
- Converts some
ModifiersStatefrom [winit] to an [iced] modifiers state. - mouse_
button - Converts a
MouseButtonfrom [winit] to an [iced] mouse button. - touch_
event - Converts a
Touchfrom [winit] to an [iced] touch event. - window_
event - Converts a winit window event into an iced event.