winit/src/platform_impl/ios
Kirill Chibisov 9ac3259a79
Remove lifetime from the Event
Lifetimes don't work nicely when dealing with multithreaded environments
in the current design of the existing winit's event handling model, so
remove it in favor of `InnerSizeWriter` fences passed to client, so they
could try to update the size.

Fixes #1387.
2023-07-31 00:39:01 +04:00
..
uikit Update objc2 version (#2936) 2023-07-29 00:33:03 +02:00
app_state.rs Remove lifetime from the Event 2023-07-31 00:39:01 +04:00
event_loop.rs Remove lifetime from the Event 2023-07-31 00:39:01 +04:00
ffi.rs Update objc2 version (#2936) 2023-07-29 00:33:03 +02:00
mod.rs Remove lifetime from the Event 2023-07-31 00:39:01 +04:00
monitor.rs Update objc2 version (#2936) 2023-07-29 00:33:03 +02:00
view.rs Update objc2 version (#2936) 2023-07-29 00:33:03 +02:00
window.rs Update objc2 version (#2936) 2023-07-29 00:33:03 +02:00