Windows: Mapped VK_OEM_8 to KEY_GRAVE to match lwjgl 1.0 behaviour

This commit is contained in:
Elias Naur 2007-07-29 19:55:06 +00:00
parent 7a49d5ce8f
commit 1a13e010a6
1 changed files with 1 additions and 0 deletions

View File

@ -405,6 +405,7 @@ final class WindowsKeycodes {
case VK_OEM_7:
return Keyboard.KEY_APOSTROPHE;
case VK_OEM_3:
case VK_OEM_8:
return Keyboard.KEY_GRAVE;
case VK_LSHIFT:
return Keyboard.KEY_LSHIFT;