1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

Fixed wrong Virtual-KeyCode(0x12) pair on Windows platform (#12073)

This commit is contained in:
Indah Sylvia
2017-10-14 15:32:12 +07:00
parent e8f8359b2e
commit 53facb07cf

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)