Expand description
Convert winit events to iced events.
Based on iced_winit/src/conversion.rs but adapted for our event loop.
Functionsยง
- window_
event - Convert a winit WindowEvent to zero or more iced Events.
Convert winit events to iced events.
Based on iced_winit/src/conversion.rs but adapted for our event loop.