summaryrefslogtreecommitdiff
path: root/platform/windows/os_windows.h
diff options
context:
space:
mode:
authorMattias Cibien <mattias@mattiascibien.net>2016-05-09 15:18:08 +0200
committerMattias Cibien <mattias@mattiascibien.net>2016-05-09 15:18:08 +0200
commit0b64b97d41cd298b03d064316c19c63dbf7f355b (patch)
tree75760c0c74f7374872a5f00148a25f3b04b640fb /platform/windows/os_windows.h
parent8a45936abd8679b5128e9d990b2c563afac72379 (diff)
Cursor hides only in client area
At the moment is however restored when going out and then in again.
Diffstat (limited to 'platform/windows/os_windows.h')
-rw-r--r--platform/windows/os_windows.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/windows/os_windows.h b/platform/windows/os_windows.h
index 81cf313849..adea26308f 100644
--- a/platform/windows/os_windows.h
+++ b/platform/windows/os_windows.h
@@ -103,6 +103,8 @@ class OS_Windows : public OS {
HDC hDC; // Private GDI Device Context
HINSTANCE hInstance; // Holds The Instance Of The Application
HWND hWnd;
+
+ HCURSOR hCursor;
Size2 window_rect;
VideoMode video_mode;