Module iced_winit::conversion[][src]

Convert winit types into iced_native types, and viceversa.

Functions

cursor_position

Converts a physical cursor position to a logical Point.

fullscreen

Converts a Mode to a winit fullscreen mode.

key_code

Converts a VirtualKeyCode from winit to an iced_native key code.

modifiers

Converts some ModifiersState from winit to an iced_native modifiers state.

mouse_button

Converts a MouseButton from winit to an iced_native mouse button.

mouse_interaction

Converts a MouseCursor from iced_native to a winit cursor icon.

touch_event

Converts a Touch from winit to an iced_native touch event.

window_event

Converts a winit window event into an iced event.