winit/src
Kirill Chibisov c8579a1882
wayland: ensure external loop is notified with pump_events
Spawn a thread when pump_events is used, so the external thread will
get woken-up correctly. This only happens when timeout was given.

Fixes #4183.
2025-04-29 11:43:36 +09:00
..
changelog wayland: ensure external loop is notified with pump_events 2025-04-29 11:43:36 +09:00
platform chore: fix clippy issues 2025-04-20 10:48:22 +09:00
platform_impl wayland: ensure external loop is notified with pump_events 2025-04-29 11:43:36 +09:00
application.rs Drop application handler on run loop exit (#4149) 2025-03-17 10:56:00 +01:00
cursor.rs cursor: refactor CustomCursor to be dyn 2025-03-13 17:18:37 +03:00
error.rs api: unify error handling 2024-09-06 17:20:11 +03:00
event.rs Align NamedKey and KeyCode more closely with the W3C specs (#4018) 2025-03-23 12:56:01 +01:00
event_loop.rs Drop application handler on run loop exit (#4149) 2025-03-17 10:56:00 +01:00
icon.rs icon: refactor Icon to be dyn 2025-04-20 10:48:22 +09:00
keyboard.rs Align NamedKey and KeyCode more closely with the W3C specs (#4018) 2025-03-23 12:56:01 +01:00
lib.rs chore: fix clippy issues 2025-04-20 10:48:22 +09:00
monitor.rs utils: add cast_* methods to allow more type-safe casting 2025-03-11 16:35:25 +03:00
utils.rs utils: add cast_* methods to allow more type-safe casting 2025-03-11 16:35:25 +03:00
window.rs windows: add locked cursor 2025-04-25 19:41:56 +09:00