Qt: Fix hide mouse cursor in fullscreen

This commit is contained in:
Connor McLaughlin
2022-07-26 22:02:16 +10:00
parent 6386004b2c
commit 560df7e06d
3 changed files with 20 additions and 8 deletions

View File

@@ -200,7 +200,7 @@ private:
void createDisplayWidget(bool fullscreen, bool render_to_main, bool is_exclusive_fullscreen);
void destroyDisplayWidget(bool show_game_list);
void setDisplayFullscreen(const std::string& fullscreen_mode);
bool shouldHideCursorInFullscreen() const;
bool shouldHideCursor() const;
SettingsDialog* getSettingsDialog();
void doSettings(const char* category = nullptr);