winit/src/platform_impl/macos
Kirill Chibisov 3e8fa41073
event_loop: remove deprecated run APIs
The APIs are not well suited for the `&dyn ApplicationHandler` model and
`Box<dyn EventLoop>` structure, thus remove them.
2024-05-20 20:27:36 +04:00
..
app.rs chore(rustfmt): use nightly (#2325) 2024-04-26 17:11:44 +02:00
app_delegate.rs Retain ApplicationDelegate in NSWindowDelegate and NSView 2024-05-06 18:29:07 +04:00
cursor.rs chore(rustfmt): use nightly (#2325) 2024-04-26 17:11:44 +02:00
event.rs chore(rustfmt): use nightly (#2325) 2024-04-26 17:11:44 +02:00
event_handler.rs chore(rustfmt): use nightly (#2325) 2024-04-26 17:11:44 +02:00
event_loop.rs event_loop: remove deprecated run APIs 2024-05-20 20:27:36 +04:00
ffi.rs chore(rustfmt): use nightly (#2325) 2024-04-26 17:11:44 +02:00
menu.rs chore(rustfmt): use nightly (#2325) 2024-04-26 17:11:44 +02:00
mod.rs chore(rustfmt): use nightly (#2325) 2024-04-26 17:11:44 +02:00
monitor.rs chore(rustfmt): use nightly (#2325) 2024-04-26 17:11:44 +02:00
observer.rs chore(rustfmt): use nightly (#2325) 2024-04-26 17:11:44 +02:00
util.rs macOS: Move util::EMPTY_RANGE to usage spot (#3685) 2024-05-06 16:54:52 +02:00
view.rs Reduce usage of direct msg_send! 2024-05-06 19:09:38 +04:00
window.rs Retain ApplicationDelegate in NSWindowDelegate and NSView 2024-05-06 18:29:07 +04:00
window_delegate.rs Reduce usage of direct msg_send! 2024-05-06 19:09:38 +04:00