Module winit

Module winit 

Source

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.