[][src]Module iced_winit::conversion

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_state

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.

window_event

Converts a winit window event into an iced event.