Added tracking of cursor visibility.

This commit is contained in:
Camilla Berglund
2013-04-14 15:36:10 +02:00
parent 608109c249
commit 6164eb603b
2 changed files with 20 additions and 4 deletions
+1
View File
@@ -154,6 +154,7 @@ typedef struct _GLFWwindowWin32
// Various platform specific internal variables
GLboolean cursorCentered;
GLboolean cursorInside;
GLboolean cursorHidden;
int oldCursorX, oldCursorY;
} _GLFWwindowWin32;