]> git.tdb.fi Git - libs/gui.git/blobdiff - source/graphics/windows/window_platform.h
Update .gitignore to include build products on Windows
[libs/gui.git] / source / graphics / windows / window_platform.h
index 7d53f555e9c4d8dc5e902103c41b1d1e119ed61c..35d2ab30be41d0978e73f5a740a98c078e67fab6 100644 (file)
@@ -10,6 +10,8 @@ typedef HWND WindowHandle;
 
 struct PlatformWindowPrivate
 {
+       bool cursor_in_client_area = false;
+       bool cursor_visible = true;
 };
 
 struct PlatformEvent