X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgraphics%2Fwindows%2Fwindow_platform.h;h=77f45262987caa6c69119dde43a0b4b835b66cd2;hb=504de8687a39943f94ff02b20acb647e9185b488;hp=1ff5cf367669a9a63558cd750a5125bcf794509f;hpb=1aca77b93853ee127ac3bbf6886f7f04920542ef;p=libs%2Fgui.git diff --git a/source/graphics/windows/window_platform.h b/source/graphics/windows/window_platform.h index 1ff5cf3..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 @@ -17,6 +19,7 @@ struct PlatformEvent UINT msg; WPARAM wparam; LPARAM lparam; + LPARAM extra; }; } // namespace Graphics