winit/src/platform_impl/web/event_loop
Ryan G 3ff4834bd5
Add web fullscreen support (#1142)
Adds fullscreen using native web APIs to the stdweb and web-sys backends.

Due to limitations of browser APIs, requests for fullscreen can only be fulfilled during a short-lived user-triggered event. This commit does automatically handle that under the hood, but it does introduce unavoidable latency in full-screening the canvas.
2019-10-11 11:45:07 -04:00
..
mod.rs Implement keyboard and blur/focus events 2019-06-25 21:01:13 +02:00
proxy.rs Merge branch 'web' into merge-master-to-web 2019-09-24 19:41:59 -04:00
runner.rs Fix web redraw requested (#1181) 2019-09-23 09:14:26 -04:00
state.rs Implement web_sys::Canvas event listeners 2019-06-25 18:07:47 +02:00
window_target.rs Add web fullscreen support (#1142) 2019-10-11 11:45:07 -04:00