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.