winit/src/platform_impl/ios
François 93f1000a05
Add Occluded and MemoryWarning events for iOS/Android
Hook `Occluded` event to foreground/background evens on iOS.

This commit also enabled the `MemoryWarning` event, since it's
emitted from the windowing system.

Co-authored-by: Dusty DeWeese <dustin.deweese@gmail.com>
Co-authored-by: Kirill Chibisov <contact@kchibisov.com>
2023-10-13 00:42:09 +04:00
..
uikit X11: Add #[deny(unsafe_op_in_unsafe_fn)] (#3121) 2023-09-30 21:43:41 +02:00
app_state.rs Fix reset to Poll after the event loop starts 2023-10-11 00:46:08 +04:00
event_loop.rs Move ControlFlow to EventLoopWindowTarget 2023-09-07 10:25:04 +04:00
ffi.rs iOS: Use NSOperatingSystemVersion from icrate (#3019) 2023-08-09 15:57:20 +02:00
mod.rs Make iOS fully thread safe (#3045) 2023-08-27 17:04:39 +02:00
monitor.rs Make iOS fully thread safe (#3045) 2023-08-27 17:04:39 +02:00
view.rs Add Occluded and MemoryWarning events for iOS/Android 2023-10-13 00:42:09 +04:00
window.rs Add Window::show_window_menu 2023-10-11 01:46:16 +04:00