mirror of
https://github.com/gwm17/glfw.git
synced 2025-01-30 19:08:51 -05:00
Fixed function signature on OS X.
This commit is contained in:
parent
f41d85a209
commit
810d889539
|
@ -873,7 +873,7 @@ void _glfwPlatformWaitEvents(void)
|
|||
_glfwPlatformPollEvents();
|
||||
}
|
||||
|
||||
void _glfwPlatformSetCursorPos(_GLFWwindow* window, int x, int y)
|
||||
void _glfwPlatformSetCursorPos(_GLFWwindow* window, double x, double y)
|
||||
{
|
||||
if (window->monitor)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user