winit/src/platform_impl
Mads Marquart 3a624e0f52
macOS/iOS: Various refactorings in application state (#3720)
I'm preparing to get rid of our application delegate in favour of registering
notification observers, to do so I'm renaming `app_delegate.rs` to
`app_state.rs`, and moving the functionality out of the Objective-C method
into a normal method.

Additionally, `AppState` previously implemented `Default`, but really, this
was a hack done because someone (probably myself) was too lazy to write out
the full initialization in `AppDelegate::new`.
2024-06-06 14:39:31 +02:00
..
android event_loop: remove deprecated run APIs 2024-05-20 20:27:36 +04:00
ios macOS/iOS: Various refactorings in application state (#3720) 2024-06-06 14:39:31 +02:00
linux event_loop: add is_x11 and is_wayland on EventLoop 2024-05-26 17:38:10 +04:00
macos macOS/iOS: Various refactorings in application state (#3720) 2024-06-06 14:39:31 +02:00
orbital event_loop: remove deprecated run APIs 2024-05-20 20:27:36 +04:00
web event_loop: remove deprecated run APIs 2024-05-20 20:27:36 +04:00
windows event_loop: remove deprecated run APIs 2024-05-20 20:27:36 +04:00
mod.rs chore(rustfmt): use nightly (#2325) 2024-04-26 17:11:44 +02:00