mirror of
https://github.com/glfw/glfw.git
synced 2025-06-14 19:52:14 +00:00
converted tabs to spaces
This commit is contained in:
parent
6b4b62c56c
commit
9afd5171ea
@ -680,7 +680,7 @@ static LRESULT CALLBACK windowProc(HWND hWnd, UINT uMsg,
|
||||
case WM_SETCURSOR:
|
||||
{
|
||||
if ((window->cursorMode == GLFW_CURSOR_HIDDEN ||
|
||||
window->cursorMode == GLFW_CURSOR_DISABLED) &&
|
||||
window->cursorMode == GLFW_CURSOR_DISABLED) &&
|
||||
window->win32.handle == GetForegroundWindow() &&
|
||||
LOWORD(lParam) == HTCLIENT)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user