Expand description
Convert winit types into iced_runtime types, and viceversa.
Functionsยง
- cursor_position 
- Converts a physical cursor position into a logical Point.
- fullscreen
- Converts a [window::Mode] into awinitfullscreen mode.
- icon
- Converts some [window::Icon] into itswinitcounterpart.
- ime_purpose 
- Converts some [input_method::Purpose] into itswinitcounterpart.
- key
- Converts a Keyfromwinitto anicedkey.
- key_code 
- Converts a KeyCodefromwinitto anicedkey code.
- mode
- Converts a winitfullscreen mode into a [window::Mode].
- modifiers
- Converts some ModifiersStatefromwinitto anicedmodifiers state.
- mouse_button 
- Converts a MouseButtonfromwinitto anicedmouse button.
- mouse_interaction 
- Converts a [mouse::Interaction] into awinitcursor icon.
- native_key_ code 
- Converts a NativeKeyCodefromwinitto anicednative key code.
- physical_key 
- Converts a PhysicalKeyfromwinitto anicedphysical key.
- position
- Converts a [window::Position] into awinitlogical position for a given monitor.
- resize_direction 
- Converts some [window::Direction] into a [winit::window::ResizeDirection].
- theme_mode 
- Converts a winitwindow theme into a [theme::Mode].
- touch_event 
- Converts a Touchfromwinitto anicedtouch event.
- user_attention 
- Converts some UserAttentioninto itswinitcounterpart.
- visible
- Converts a [window::Mode] into a visibility flag.
- window_attributes 
- Converts some [window::Settings] into someWindowAttributesfromwinit.
- window_event 
- Converts a winit window event into an iced event.
- window_level 
- Converts a [window::Level] into awinitwindow level.
- window_theme 
- Converts a [theme::Mode] into a window theme.