mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2024-12-24 22:31:30 +11:00
f3ccdb7aec
Making applications track modifier keys results in unnecessary work for
consumers, it's error prone, and it turns out to have unavoidable bugs.
For example, alt-tabbing with x11 results in the alt modifier state
getting stuck.
To resolve these problems, this patch adds a Mods value to the keyboard
input event.
Based on this patch:
|
||
---|---|---|
.. | ||
cursor.rs | ||
fullscreen.rs | ||
grabbing.rs | ||
min_max_size.rs | ||
multiwindow.rs | ||
transparent.rs | ||
window.rs |