RenderWidget: hide cursor

This commit is contained in:
Michael Maltese
2017-05-31 23:49:21 -07:00
parent 833e38ed56
commit 328333dfb6
2 changed files with 13 additions and 0 deletions

View File

@ -22,4 +22,7 @@ signals:
void HandleChanged(void* handle);
void FocusChanged(bool focus);
void StateChanged(bool fullscreen);
private:
void OnHideCursorChanged();
};