mirror of
https://github.com/glfw/glfw.git
synced 2026-09-17 22:32:50 +00:00
Unified nomenclature for cursor positions.
This commit is contained in:
@@ -165,7 +165,7 @@ typedef struct _GLFWwindowWin32
|
||||
int desiredRefreshRate; // Desired vertical monitor refresh rate
|
||||
GLboolean cursorCentered;
|
||||
GLboolean cursorInside;
|
||||
int oldMouseX, oldMouseY;
|
||||
int oldCursorX, oldCursorY;
|
||||
} _GLFWwindowWin32;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user