winit-sonoma-fix/src/platform_impl/linux
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
..
wayland On Wayland, report unaccelerated mouse deltas in DeviceEvent::MouseMotion 2022-02-03 13:46:29 +03:00
x11 On X11, Fix for repeated event loop iteration when ControlFlow was Wait (#2155) 2022-02-04 12:13:04 +01:00
mod.rs Add EventLoopBuilder 2022-02-17 00:09:03 +03:00