mirror of
https://github.com/glfw/glfw.git
synced 2026-09-22 00:49:48 +00:00
Fixed iconification event for maximized windows.
This commit is contained in:
@@ -159,6 +159,7 @@ typedef struct _GLFWwindowWin32
|
||||
DWORD dwExStyle;
|
||||
|
||||
GLboolean cursorInside;
|
||||
GLboolean iconified;
|
||||
|
||||
// The last received cursor position, regardless of source
|
||||
int cursorPosX, cursorPosY;
|
||||
|
||||
Reference in New Issue
Block a user