Add kKeyMenu in win32vk_to_scancode()

This commit is contained in:
David Capello 2016-11-22 10:34:55 -03:00
parent a67589aa05
commit aee2b87dd6

View File

@ -114,7 +114,7 @@ KeyScancode win32vk_to_scancode(int vk)
kKeyZ, // 0x5A - VK_Z
kKeyLWin, // 0x5B - VK_LWIN
kKeyRWin, // 0x5C - VK_RWIN
kKeyNil, // 0x5D - VK_APPS
kKeyMenu, // 0x5D - VK_APPS
kKeyNil, // 0x5E - Reserved
kKeyNil, // 0x5F - VK_SLEEP
// 0x60