mirror of
https://github.com/glfw/glfw.git
synced 2026-09-19 23:43:15 +00:00
Clarify cursor position variable names
This commit is contained in:
@@ -237,7 +237,7 @@ typedef struct _GLFWwindowWin32
|
||||
GLFWbool iconified;
|
||||
|
||||
// The last received cursor position, regardless of source
|
||||
int cursorPosX, cursorPosY;
|
||||
int lastCursorPosX, lastCursorPosY;
|
||||
|
||||
} _GLFWwindowWin32;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user