Fix ReceivedCharacter not working with Alt held on Windows (#1282)

* Fix ReceivedCharacter with Alt held on Windows

* Update CHANGELOG.md
This commit is contained in:
Charles Helmich 2019-11-29 13:49:43 -07:00 committed by Osspial
parent 35a11ae24f
commit 07bdd3e218
2 changed files with 2 additions and 7 deletions

View file

@ -1,6 +1,7 @@
# Unreleased
- On macOS, fix application termination on `ControlFlow::Exit`
- On Windows, fix missing `ReceivedCharacter` events when Alt is held.
- On macOS, stop emitting private corporate characters in `ReceivedCharacter` events.
- On X11, fix misreporting DPI factor at startup.
- On X11, fix events not being reported when using `run_return`.