UI: Hide the cursor after 3 seconds in fullscreen-mode.

This commit is contained in:
Dr. Chat
2016-08-06 17:00:12 -05:00
parent 1a5d4b99fc
commit 1de47e0d17
4 changed files with 44 additions and 4 deletions

View File

@@ -73,8 +73,10 @@ class Win32Window : public Window {
HICON icon_ = nullptr;
bool closing_ = false;
bool fullscreen_ = false;
HCURSOR arrow_cursor_ = nullptr;
WINDOWPLACEMENT windowed_pos_ = {0};
POINT last_mouse_pos_ = {0};
};
class Win32MenuItem : public MenuItem {