Added support for Command/Meta key
This commit is contained in:
parent
1d02ad3aa2
commit
32af6cb0cf
4 changed files with 18 additions and 1 deletions
|
|
@ -70,7 +70,8 @@ enum GUIKeyModifiers
|
|||
GKM_SHIFT = 1,
|
||||
GKM_CTRL = 2,
|
||||
GKM_ALT = 4,
|
||||
GKM_LBUTTON = 8
|
||||
GKM_META = 8,
|
||||
GKM_LBUTTON = 16
|
||||
};
|
||||
|
||||
// Special codes for some GUI keys, including a few real ASCII codes.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue