winit/src/platform_impl/ios
Kirill Chibisov ff0ce9d065
Rename Window::set_inner_size to Window::request_inner_size
Some systems could resize the window immediately and we'd rather
inform the users right away if that was the case, so they could
create e.g. EGLSurface without waiting for resize, which is really
important for Wayland.

Fixes #2868.
2023-07-10 04:02:26 +00:00
..
uikit Update bitflags to 2.0 2023-06-02 17:44:36 +03:00
app_state.rs Use a bit less unsafe on iOS (#2643) 2023-01-23 00:01:45 +01:00
event_loop.rs Use a bit less unsafe on iOS (#2643) 2023-01-23 00:01:45 +01:00
ffi.rs Stop using &mut in Objective-C delegate methods (#2925) 2023-07-08 22:36:42 +03:00
mod.rs Overhaul the Keyboard API 2023-05-28 21:02:59 +03:00
monitor.rs Reduce amount of unsafe on iOS (#2579) 2022-12-28 18:36:32 +01:00
view.rs Stop using &mut in Objective-C delegate methods (#2925) 2023-07-08 22:36:42 +03:00
window.rs Rename Window::set_inner_size to Window::request_inner_size 2023-07-10 04:02:26 +00:00