mirror of
https://github.com/glfw/glfw.git
synced 2026-09-20 16:30:45 +00:00
Fixed name of Win32 cursor tracking flag.
This commit is contained in:
@@ -151,7 +151,7 @@ typedef struct _GLFWwindowWin32
|
||||
{
|
||||
HWND handle;
|
||||
|
||||
GLboolean cursorInside;
|
||||
GLboolean cursorTracked;
|
||||
GLboolean iconified;
|
||||
|
||||
// The last received cursor position, regardless of source
|
||||
|
||||
Reference in New Issue
Block a user