Windows creates Alt event instead of Menu event. (to match other platforms) (#551)
* Removed VirtualKeyCode::LMenu + VirtualKeyCode::RMenu, Windows now generates VirtualKeyCode::LAlt + VirtualKeyCode::RAlt instead. * CHANGELOG nits
This commit is contained in:
parent
23c384bd30
commit
f083dae328
4 changed files with 4 additions and 6 deletions
|
|
@ -1,5 +1,7 @@
|
|||
# Unreleased
|
||||
|
||||
- **Breaking:** Removed `VirtualKeyCode::LMenu` and `VirtualKeyCode::RMenu`; Windows now generates `VirtualKeyCode::LAlt` and `VirtualKeyCode::RAlt` instead.
|
||||
|
||||
# Version 0.15.1 (2018-06-13)
|
||||
|
||||
- On X11, the `Moved` event is no longer sent when the window is resized without changing position.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue