mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
Fixed flipped M and N key.
This commit is contained in:
parent
1900d9a656
commit
584879c759
@ -231,8 +231,8 @@ static int translateKey(WPARAM wParam, LPARAM lParam)
|
||||
case 0x2E: return GLFW_KEY_C;
|
||||
case 0x2F: return GLFW_KEY_V;
|
||||
case 0x30: return GLFW_KEY_B;
|
||||
case 0x31: return GLFW_KEY_M;
|
||||
case 0x32: return GLFW_KEY_N;
|
||||
case 0x31: return GLFW_KEY_N;
|
||||
case 0x32: return GLFW_KEY_M;
|
||||
case 0x33: return GLFW_KEY_COMMA;
|
||||
case 0x34: return GLFW_KEY_PERIOD;
|
||||
case 0x35: return GLFW_KEY_SLASH;
|
||||
|
Loading…
Reference in New Issue
Block a user