mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 14:35:58 +00: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
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue