mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
Formatting
This commit is contained in:
parent
e2bb5e1726
commit
0db3940cc4
@ -466,8 +466,8 @@ static LRESULT CALLBACK windowProc(HWND hWnd, UINT uMsg,
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
_glfwInputCursorMotion(window,
|
_glfwInputCursorMotion(window,
|
||||||
x - window->win32.cursorPosX,
|
x - window->win32.cursorPosX,
|
||||||
y - window->win32.cursorPosY);
|
y - window->win32.cursorPosY);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
_glfwInputCursorMotion(window, x, y);
|
_glfwInputCursorMotion(window, x, y);
|
||||||
|
Loading…
Reference in New Issue
Block a user