winit/src
Kirill Chibisov 4a8648be57
On X11, force resend modifiers when focus changes
Given that `ModifiersChanged` is a window event, it means that clients
may track it for each window individually, thus not sending it between
focus changes may result in modifiers getting desynced on the consumer
side.
2024-02-22 08:30:39 +04:00
..
platform Create custom cursor with directly with event loop 2024-02-21 14:44:29 +04:00
platform_impl On X11, force resend modifiers when focus changes 2024-02-22 08:30:39 +04:00
cursor.rs Create custom cursor with directly with event loop 2024-02-21 14:44:29 +04:00
dpi.rs Fix various typos 2024-02-19 08:58:44 +04:00
error.rs Remove EventLoopError::AlreadyRunning 2024-01-29 22:06:03 +04:00
event.rs Fix various typos 2024-02-19 08:58:44 +04:00
event_loop.rs Create custom cursor with directly with event loop 2024-02-21 14:44:29 +04:00
icon.rs Fix infinite recursion in BadIcon reporting (#3237) 2023-11-23 19:15:17 +01:00
keyboard.rs Fix various typos 2024-02-19 08:58:44 +04:00
lib.rs Deprecate window creation with stale event loop 2024-02-21 14:44:29 +04:00
monitor.rs Deprecate window creation with stale event loop 2024-02-21 14:44:29 +04:00
window.rs Create custom cursor with directly with event loop 2024-02-21 14:44:29 +04:00