mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00: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