You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-18 14:21:41 +00:00
Rename KEY_RETURN to KEY_ENTER and KEY_ENTER to KEY_KP_ENTER
Closes #7695
This commit is contained in:
@@ -44,7 +44,7 @@ static _WinTranslatePair _vk_to_keycode[] = {
|
||||
|
||||
//VK_CLEAR (0x0C)
|
||||
|
||||
{ KEY_RETURN, VK_RETURN }, //(0x0D)
|
||||
{ KEY_ENTER, VK_RETURN }, //(0x0D)
|
||||
|
||||
{ KEY_SHIFT, VK_SHIFT }, //(0x10)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user