winit/src/platform_impl/web/web_sys
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
..
canvas.rs Add web fullscreen support (#1142) 2019-10-11 11:45:07 -04:00
event.rs Avoid leaking implementation details in Canvas API 2019-06-25 21:36:24 +02:00
mod.rs Add web fullscreen support (#1142) 2019-10-11 11:45:07 -04:00
timeout.rs Add dyn keyword where necessary 2019-07-01 20:23:42 +02:00