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
|
|
@ -383,7 +383,6 @@ pub enum VirtualKeyCode {
|
|||
LAlt,
|
||||
LBracket,
|
||||
LControl,
|
||||
LMenu,
|
||||
LShift,
|
||||
LWin,
|
||||
Mail,
|
||||
|
|
@ -408,7 +407,6 @@ pub enum VirtualKeyCode {
|
|||
RAlt,
|
||||
RBracket,
|
||||
RControl,
|
||||
RMenu,
|
||||
RShift,
|
||||
RWin,
|
||||
Semicolon,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue