mirror of
https://github.com/glfw/glfw.git
synced 2025-02-22 16:39:17 +00:00
Formatting.
This commit is contained in:
parent
8f3b21eb81
commit
e93ae44ee5
@ -138,10 +138,12 @@ void _glfwInputCursorMotion(_GLFWwindow* window, int x, int y)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (_glfwLibrary.mousePosCallback)
|
if (_glfwLibrary.mousePosCallback)
|
||||||
|
{
|
||||||
_glfwLibrary.mousePosCallback(window,
|
_glfwLibrary.mousePosCallback(window,
|
||||||
window->cursorPosX,
|
window->cursorPosX,
|
||||||
window->cursorPosY);
|
window->cursorPosY);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
|
Loading…
Reference in New Issue
Block a user