winit-sonoma-fix/examples
Erik Rigtorp f3ccdb7aec Add keyboard modifiers to input event
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: d287fa96e3
2017-02-27 13:36:11 -06:00
..
cursor.rs Add keyboard modifiers to input event 2017-02-27 13:36:11 -06:00
fullscreen.rs Add keyboard modifiers to input event 2017-02-27 13:36:11 -06:00
grabbing.rs Add keyboard modifiers to input event 2017-02-27 13:36:11 -06:00
min_max_size.rs Fix examples 2017-01-28 15:45:01 +01:00
multiwindow.rs Fix examples 2017-01-28 15:45:01 +01:00
transparent.rs Fix examples 2017-01-28 15:45:01 +01:00
window.rs Add interrupting the events loop 2017-01-28 15:09:01 +01:00