winit/src/platform_impl/web/event_loop
Mads Marquart f3f6f1008a
Add EventLoopBuilder
This commit adds an `EventLoopBuilder` struct to simplify event loop
customization and providing options to it upon creation. It also
deprecates the use of `EventLoop::with_user_event` in favor of the same
method on new builder, and replaces old platforms specific extension
traits with the new ones on the `EventLoopBuilder`.
2022-02-17 00:09:03 +03:00
..
mod.rs Add EventLoopBuilder 2022-02-17 00:09:03 +03:00
proxy.rs Have EventLoopClosed contain the original event (#1294) 2019-12-07 10:22:03 -07:00
runner.rs Add exit code to ControlFlow::Exit (#2100) 2022-01-11 01:23:20 +01:00
state.rs Implement requestAnimationFrame for web (#1519) 2020-04-11 15:49:07 -04:00
window_target.rs Add DeviceEvent::MouseMove on web platform to support pointer lock (#1827) 2021-02-16 17:50:46 -05:00