winit/src/platform_impl/orbital
Mads Marquart afb731bb52
Drop application handler on run loop exit (#4149)
Calling the `Drop` impl of the user's `ApplicationHandler` is important on
iOS and Web, since they don't return from `EventLoop::run_app`.

And now that we reliably call `Drop`, the `ApplicationHandler::exited`
event/callback is unnecessary; using `Drop` composes much better (open files
etc. stored in the app state will be automatically flushed), and prevents
weirdness like attempting to create a new window while exiting.
2025-03-17 10:56:00 +01:00
..
event_loop.rs Drop application handler on run loop exit (#4149) 2025-03-17 10:56:00 +01:00
mod.rs cursor: refactor CustomCursor to be dyn 2025-03-13 17:18:37 +03:00
window.rs monitor: refactor MonitorHandle to store dyn object 2025-03-07 19:22:12 +03:00