Expand description
Convert winit types into iced_runtime types, and viceversa.
Functions§
- cursor_
position  - Converts a physical cursor position to a logical 
Point. - fullscreen
 - Converts a 
window::Modeto awinitfullscreen mode. - icon
 - Converts some 
window::Iconinto it’swinitcounterpart. - key
 - Converts a 
Keyfromwinitto anicedkey. - key_
code  - Converts a 
KeyCodefromwinitto anicedkey code. - mode
 - Converts a 
winitfullscreen mode to awindow::Mode. - modifiers
 - Converts some 
ModifiersStatefromwinitto anicedmodifiers state. - mouse_
button  - Converts a 
MouseButtonfromwinitto anicedmouse button. - mouse_
interaction  - Converts a 
mouse::Interactionto awinitcursor icon. - native_
key_ code  - Converts a 
NativeKeyCodefromwinitto anicednative key code. - physical_
key  - Converts a 
PhysicalKeyfromwinitto anicedphysical key. - position
 - Converts a 
window::Positionto awinitlogical position for a given monitor. - touch_
event  - Converts a 
Touchfromwinitto anicedtouch event. - user_
attention  - Converts some 
UserAttentioninto it’swinitcounterpart. - visible
 - Converts a 
window::Modeto 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::Levelto awinitwindow level. - winit_
key_ code