mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-31 13:50:05 -04:00
Added the Alt key modifier
This commit is contained in:
@@ -128,6 +128,7 @@ pub enum VirtualKeyCode {
|
||||
Kana,
|
||||
Kanji,
|
||||
L,
|
||||
LAlt,
|
||||
LBracket,
|
||||
LControl,
|
||||
Left,
|
||||
@@ -171,6 +172,7 @@ pub enum VirtualKeyCode {
|
||||
Prevtrack,
|
||||
Q,
|
||||
R,
|
||||
RAlt,
|
||||
RBracket,
|
||||
RControl,
|
||||
Return,
|
||||
|
||||
Reference in New Issue
Block a user