winit/src/platform_impl/linux
Kirill Chibisov a4ab7dc64c
x11:wayland: fix pump_events blocking with Wait
Using `Duration::Zero` with `Wait` polling mode was still blocking until
the event was actually delivered. Thus when `pump_events` API is used,
ensure that it's not happening.

Fixes #4130.
2025-03-17 13:20:17 +03:00
..
common Merge KeyEventExtra into KeyEvent (#4029) 2025-02-26 17:51:49 +01:00
wayland x11:wayland: fix pump_events blocking with Wait 2025-03-17 13:20:17 +03:00
x11 x11:wayland: fix pump_events blocking with Wait 2025-03-17 13:20:17 +03:00
mod.rs cursor: refactor CustomCursor to be dyn 2025-03-13 17:18:37 +03:00