winit-sonoma-fix/src/platform_impl/ios
Max de Danschutter 0861a353d6
Add 'request_user_attention' to Window
This commit introduces a cross platform way to request a user attention
to the window via a 'request_user_attention' method on a Window struct.
This method is inspired by macOS's 'request_user_attention' method and
thus reuses its signature and semantics to some extent.
2020-11-27 05:03:08 +03:00
..
app_state.rs Add changelog entry 2020-01-05 16:57:32 -05:00
event_loop.rs Make 'primary_monitor' return 'Option<MonitorHandle>' 2020-09-07 20:20:47 +03:00
ffi.rs Fix view frame in portrait when starting iOS app in landscape (#1703) 2020-09-22 11:21:07 -07:00
mod.rs Add ability to create Icons from embedded resources on Windows (#1410) 2020-03-07 14:42:21 -05:00
monitor.rs Rename hidpi_factor to scale_factor (#1334) 2020-01-05 14:15:12 -05:00
view.rs Fix view frame in portrait when starting iOS app in landscape (#1703) 2020-09-22 11:21:07 -07:00
window.rs Add 'request_user_attention' to Window 2020-11-27 05:03:08 +03:00