Is ControlFlow supposed to be sticky? (eventloop-2.0) #891
Labels
B - bug
Dang, that shouldn't have happened
D - easy
Likely easier than most tasks here
DS - wayland
DS - x11
H - good first issue
Ideal for new contributors
Based on the doc comment, I would believe that it is intended to be sticky. However, the x11 and wayland implementations are resetting it per loop iteration. It doesn't look like Windows is doing this.
winit/src/event_loop.rs
Lines 65 to 69 in 0df4369
winit/src/platform_impl/linux/x11/mod.rs
Lines 283 to 286 in 0df4369
winit/src/platform_impl/linux/x11/mod.rs
Lines 289 to 291 in 0df4369
winit/src/platform_impl/linux/x11/mod.rs
Lines 301 to 306 in 0df4369
The text was updated successfully, but these errors were encountered: