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