Ignore the AltGr key when populating ModifersState (#763)

* When building ModifiersState, ignore AltGr on Windows

* Add CHANGELOG entry

* Also filter out Control when pressing AltGr
This commit is contained in:
Osspial 2019-03-05 17:55:01 -05:00 committed by Victor Berger
parent ab0a34012f
commit b682c3dfb5
2 changed files with 71 additions and 16 deletions

View file

@ -48,6 +48,7 @@
- On Windows, hiding the cursor no longer hides the cursor for all Winit windows - just the one `hide_cursor` was called on.
- On Windows, cursor grabs used to get perpetually canceled when the grabbing window lost focus. Now, cursor grabs automatically get re-initialized when the window regains focus and the mouse moves over the client area.
- On Windows, only vertical mouse wheel events were handled. Now, horizontal mouse wheel events are also handled.
- On Windows, ignore the AltGr key when populating the `ModifersState` type.
# Version 0.18.1 (2018-12-30)