Win32: Fix disabled cursor mode vs caption buttons

This postpones disabling the cursor until the user is done interacting
with a caption button.

Related to #650.
Fixes #1071.
This commit is contained in:
Camilla Löwy
2017-09-08 16:15:57 +02:00
parent d80d4be030
commit a368d89c94
3 changed files with 44 additions and 0 deletions
+1
View File
@@ -233,6 +233,7 @@ typedef struct _GLFWwindowWin32
HICON smallIcon;
GLFWbool cursorTracked;
GLFWbool frameAction;
GLFWbool iconified;
GLFWbool maximized;