fix command key event left and right reverse on macOS (#810)

* fix command key event left and right reverse on macOS

https://github.com/tomaka/winit/issues/808

* update changelog
This commit is contained in:
TakWolf 2019-03-26 02:05:07 +08:00 committed by Victor Berger
parent cb93554938
commit 9874181ccd
2 changed files with 3 additions and 2 deletions

View file

@ -39,6 +39,7 @@
- Removed `serde` implementations from `ControlFlow`.
- On Windows, fix `CursorMoved(0, 0)` getting dispatched on window focus.
- On macOS, fix command key event left and right reverse.
- On FreeBSD, NetBSD, and OpenBSD, fix build of X11 backend.
# Version 0.19.0 (2019-03-06)