mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-01-06 00:40:00 +01:00
Windows: Added key mapping to KEY_EQUALS for VK_OEM_PLUS to match lwjgl1.0 with US keyboard layout
This commit is contained in:
parent
aa434022ee
commit
659a1cf4c7
|
|
@ -348,8 +348,8 @@ final class WindowsKeycodes {
|
|||
return Keyboard.KEY_0;
|
||||
case VK_OEM_MINUS:
|
||||
return Keyboard.KEY_MINUS;
|
||||
/* case VK_EQUALS:
|
||||
return Keyboard.KEY_EQUALS;*/
|
||||
case VK_OEM_PLUS:
|
||||
return Keyboard.KEY_EQUALS;
|
||||
case VK_BACK:
|
||||
return Keyboard.KEY_BACK;
|
||||
case VK_TAB:
|
||||
|
|
|
|||
Loading…
Reference in a new issue