mirror of
https://github.com/glfw/glfw.git
synced 2025-06-15 12:12:16 +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:
|
case WM_SETCURSOR:
|
||||||
{
|
{
|
||||||
if ((window->cursorMode == GLFW_CURSOR_HIDDEN ||
|
if ((window->cursorMode == GLFW_CURSOR_HIDDEN ||
|
||||||
window->cursorMode == GLFW_CURSOR_DISABLED) &&
|
window->cursorMode == GLFW_CURSOR_DISABLED) &&
|
||||||
window->win32.handle == GetForegroundWindow() &&
|
window->win32.handle == GetForegroundWindow() &&
|
||||||
LOWORD(lParam) == HTCLIENT)
|
LOWORD(lParam) == HTCLIENT)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user