X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgraphics%2Fwindows%2Fwindow_platform.h;h=35d2ab30be41d0978e73f5a740a98c078e67fab6;hb=e82345f2c1286e684789854c7dbe32411bb0b05f;hp=7d53f555e9c4d8dc5e902103c41b1d1e119ed61c;hpb=1d7113259625a91f5f6d2f53365aad22ae744689;p=libs%2Fgui.git diff --git a/source/graphics/windows/window_platform.h b/source/graphics/windows/window_platform.h index 7d53f55..35d2ab3 100644 --- a/source/graphics/windows/window_platform.h +++ b/source/graphics/windows/window_platform.h @@ -10,6 +10,8 @@ typedef HWND WindowHandle; struct PlatformWindowPrivate { + bool cursor_in_client_area = false; + bool cursor_visible = true; }; struct PlatformEvent