Added Menu Key definition
Opens context menus like a right mouse click.
This commit is contained in:
parent
bcc47fdcfc
commit
731d5c29f0
1 changed files with 1 additions and 0 deletions
|
|
@ -54,6 +54,7 @@ THE SOFTWARE.
|
|||
#define KEY_NUM_LOCK 0xDB
|
||||
#define KEY_SCROLL_LOCK 0xCF
|
||||
#define KEY_PAUSE 0xD0
|
||||
#define KEY_MENU 0xED // 0x65 in the official docs
|
||||
|
||||
#define KEY_LEFT_CTRL 0x80
|
||||
#define KEY_LEFT_SHIFT 0x81
|
||||
|
|
|
|||
Loading…
Reference in a new issue