Clarify cursor position variable names

This commit is contained in:
Camilla Berglund
2016-05-24 12:23:58 +02:00
parent 72b3a7a59f
commit 0e846883bf
10 changed files with 50 additions and 47 deletions
+1 -1
View File
@@ -237,7 +237,7 @@ typedef struct _GLFWwindowWin32
GLFWbool iconified;
// The last received cursor position, regardless of source
int cursorPosX, cursorPosY;
int lastCursorPosX, lastCursorPosY;
} _GLFWwindowWin32;