Windows: Added key mapping to KEY_EQUALS for VK_OEM_PLUS to match lwjgl1.0 with US keyboard layout

This commit is contained in:
Elias Naur 2007-07-29 19:24:17 +00:00
parent aa434022ee
commit 659a1cf4c7
1 changed files with 2 additions and 2 deletions

View File

@ -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: