logo
Expand description

Convert winit types into iced_native types, and viceversa.

Functions

Converts a physical cursor position to a logical Point.

Converts a Mode to a winit fullscreen mode.

Converts a VirtualKeyCode from winit to an iced_native key code.

Converts some ModifiersState from winit to an iced_native modifiers state.

Converts a MouseButton from winit to an iced_native mouse button.

Converts a MouseCursor from iced_native to a winit cursor icon.

Converts a Position to a winit logical position for a given monitor.

Converts a Touch from winit to an iced_native touch event.

Converts a Mode to a visibility flag.

Converts a winit window event into an iced event.