X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgraphics%2Fwindows%2Fwindow_platform.h;h=77f45262987caa6c69119dde43a0b4b835b66cd2;hb=504de8687a39943f94ff02b20acb647e9185b488;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..77f4526 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; + bool cursor_visible; }; struct PlatformEvent