mirror of
https://github.com/gwm17/glfw.git
synced 2024-11-23 02:38:52 -05: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