Fixed name of Win32 cursor tracking flag.

This commit is contained in:
Camilla Berglund
2015-07-07 11:45:53 +02:00
parent f825af06f0
commit bfe55118dd
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -151,7 +151,7 @@ typedef struct _GLFWwindowWin32
{
HWND handle;
GLboolean cursorInside;
GLboolean cursorTracked;
GLboolean iconified;
// The last received cursor position, regardless of source