winit/src/platform_impl/web
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
..
event_loop web: Emit WindowEvent::Resized on Window::set_inner_size (#1717) 2020-09-21 18:19:00 -04:00
stdweb Fix WindowEvent::ReceivedCharacter on web (#1747) 2020-10-29 17:13:21 -04:00
web_sys Fix WindowEvent::ReceivedCharacter on web (#1747) 2020-10-29 17:13:21 -04:00
device.rs Draft web platform structure 2019-06-25 03:15:34 +02:00
error.rs Fix web errors (#1040) 2019-07-10 18:54:54 -04:00
mod.rs Fix warnings (#1742) 2020-10-15 11:33:06 -07:00
monitor.rs Rename hidpi_factor to scale_factor (#1334) 2020-01-05 14:15:12 -05:00
window.rs Add 'request_user_attention' to Window 2020-11-27 05:03:08 +03:00