mirror of
https://github.com/glfw/glfw.git
synced 2025-06-08 08:45:02 +00:00
remove fprint
This commit is contained in:
parent
6b9873c31e
commit
91d5560299
@ -690,7 +690,7 @@ static LRESULT CALLBACK windowProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM l
|
||||
|
||||
case WM_UNICHAR:
|
||||
{
|
||||
printf("char event: (lParam=%d, wParam=%d)\n", lParam, wParam);
|
||||
//printf("char event: (lParam=%d, wParam=%d)\n", lParam, wParam);
|
||||
|
||||
if (wParam == UNICODE_NOCHAR)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user