mirror of
https://github.com/glfw/glfw.git
synced 2026-09-18 22:55:46 +00:00
Allowed characters regardless of modifier keys.
This commit is contained in:
@@ -480,6 +480,7 @@ static LRESULT CALLBACK windowProc(HWND hWnd, UINT uMsg,
|
||||
}
|
||||
|
||||
case WM_CHAR:
|
||||
case WM_SYSCHAR:
|
||||
{
|
||||
_glfwInputChar(window, (unsigned int) wParam);
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user