mirror of
https://github.com/glfw/glfw.git
synced 2026-09-18 14:45:46 +00:00
Renamed internal cursor position in preparation of new API.
This commit is contained in:
+2
-2
@@ -688,8 +688,8 @@ int _glfwPlatformOpenWindow(_GLFWwindow* window,
|
||||
glfwMakeContextCurrent(window);
|
||||
|
||||
NSPoint point = [[NSCursor currentCursor] hotSpot];
|
||||
window->mousePosX = point.x;
|
||||
window->mousePosY = point.y;
|
||||
window->cursorPosX = point.x;
|
||||
window->cursorPosY = point.y;
|
||||
|
||||
window->windowNoResize = wndconfig->windowNoResize;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user