diff --git a/video/win32_v.c b/video/win32_v.c --- a/video/win32_v.c +++ b/video/win32_v.c @@ -291,13 +291,11 @@ static LRESULT CALLBACK WndProcGdi(HWND return 0; case WM_MOUSEENTER: - printf("enter\n"); _cursor.in_window = true; DrawMouseCursor(); break; case WM_MOUSELEAVE: - printf("enter\n"); UndrawMouseCursor(); _cursor.in_window = false; break;