winit-sonoma-fix/src
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
..
platform Merge branch 'web' into merge-master-to-web 2019-09-24 19:41:59 -04:00
platform_impl Add web fullscreen support (#1142) 2019-10-11 11:45:07 -04:00
dpi.rs Update the documentation to reflect web support (#1183) 2019-09-24 19:33:32 -04:00
error.rs Always use f as the argument name for &mut std::fmt::Formatter (#1023) 2019-07-09 17:49:07 -04:00
event.rs Merge branch 'master' into merge-master-to-web 2019-09-24 14:21:18 -04:00
event_loop.rs Merge branch 'master' into merge-master-to-web 2019-09-24 14:21:18 -04:00
icon.rs Always use f as the argument name for &mut std::fmt::Formatter (#1023) 2019-07-09 17:49:07 -04:00
lib.rs Merge branch 'master' into merge-master-to-web 2019-09-24 14:21:18 -04:00
monitor.rs Merge branch 'web' into merge-master-to-web 2019-09-24 19:41:59 -04:00
window.rs Merge branch 'web' into merge-master-to-web 2019-09-24 19:41:59 -04:00