From 0b64b97d41cd298b03d064316c19c63dbf7f355b Mon Sep 17 00:00:00 2001 From: Mattias Cibien Date: Mon, 9 May 2016 15:18:08 +0200 Subject: Cursor hides only in client area At the moment is however restored when going out and then in again. --- platform/windows/os_windows.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'platform/windows/os_windows.h') 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; -- cgit v1.2.3