winit/src/platform_impl/ios
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
..
uikit Add UIGestureRecognizerDelegate and PanGestureRecogniser (#3597) 2024-04-27 15:55:04 +02:00
app_delegate.rs chore(rustfmt): use nightly (#2325) 2024-04-26 17:11:44 +02:00
app_state.rs Reduce usage of direct msg_send! 2024-05-06 19:09:38 +04:00
event_loop.rs 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
monitor.rs chore(rustfmt): use nightly (#2325) 2024-04-26 17:11:44 +02:00
view.rs Add UIGestureRecognizerDelegate and PanGestureRecogniser (#3597) 2024-04-27 15:55:04 +02:00
view_controller.rs chore(rustfmt): use nightly (#2325) 2024-04-26 17:11:44 +02:00
window.rs Reduce usage of direct msg_send! 2024-05-06 19:09:38 +04:00