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:
parent
cb93554938
commit
9874181ccd
2 changed files with 3 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue