Expand description
Convert winit
types into iced_runtime
types, and viceversa.
Functions§
- Converts a physical cursor position to a logical
Point
. - Converts a [
window::Mode
] to awinit
fullscreen mode. - Converts some [
window::Icon
] into it’swinit
counterpart. - Converts a
winit
fullscreen mode to a [window::Mode
]. - Converts a [
mouse::Interaction
] to awinit
cursor icon. - Converts a [
window::Position
] to awinit
logical position for a given monitor. - Converts some
UserAttention
into it’swinit
counterpart. - Converts a [
window::Mode
] to a visibility flag. - Converts some [
window::Settings
] into someWindowAttributes
fromwinit
. - Converts a winit window event into an iced event.
- Converts a [
window::Level
] to awinit
window level.