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::Modeinto awinitfullscreen mode. - icon
- Converts some
window::Iconinto itswinitcounterpart. - ime_
purpose - Converts some
input_method::Purposeinto itswinitcounterpart. - key
- Converts a
Keyfromwinitto anicedkey. - key_
code - Converts a
KeyCodefromwinitto anicedkey code. - mode
- Converts a
winitfullscreen mode into awindow::Mode. - modifiers
- Converts some
ModifiersStatefromwinitto anicedmodifiers state. - mouse_
button - Converts a
MouseButtonfromwinitto anicedmouse button. - mouse_
interaction - Converts a
mouse::Interactioninto awinitcursor icon. - native_
key_ code - Converts a
NativeKeyCodefromwinitto anicednative key code. - physical_
key - Converts a
PhysicalKeyfromwinitto anicedphysical key. - position
- Converts a
window::Positioninto awinitlogical position for a given monitor. - resize_
direction - Converts some
window::Directioninto awinit::window::ResizeDirection. - theme_
mode - Converts a
winitwindow theme into atheme::Mode. - touch_
event - Converts a
Touchfromwinitto anicedtouch event. - user_
attention - Converts some
UserAttentioninto itswinitcounterpart. - visible
- Converts a
window::Modeinto a visibility flag. - window_
attributes - Converts some
window::Settingsinto someWindowAttributesfromwinit. - window_
event - Converts a winit window event into an iced event.
- window_
level - Converts a
window::Levelinto awinitwindow level. - window_
theme - Converts a
theme::Modeinto a window theme.