Merge pull request #12085 from ISylvox/vk-to-keycode

Fix wrong Virtual-KeyCode(0x12) pair on Windows platform
This commit is contained in:
Rémi Verschelde 2017-10-14 20:12:17 +02:00 committed by GitHub
commit 0ef172c04b

View file

@ -50,7 +50,7 @@ static _WinTranslatePair _vk_to_keycode[] = {
{ KEY_CONTROL, VK_CONTROL }, //(0x11)
{ KEY_MENU, VK_MENU }, //(0x12)
{ KEY_ALT, VK_MENU }, //(0x12)
{ KEY_PAUSE, VK_PAUSE }, //(0x13)