mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-28 21:26:07 +00:00
Settings: emit HideCursorChanged()
This commit is contained in:
parent
14da8232f6
commit
833e38ed56
3 changed files with 19 additions and 3 deletions
|
@ -71,6 +71,8 @@ public:
|
|||
bool GetRenderToMain() const;
|
||||
bool GetFullScreen() const;
|
||||
QSize GetRenderWindowSize() const;
|
||||
void SetHideCursor(bool hide_cursor);
|
||||
bool GetHideCursor() const;
|
||||
|
||||
// Columns
|
||||
bool& BannerVisible() const;
|
||||
|
@ -111,6 +113,7 @@ public:
|
|||
signals:
|
||||
void PathAdded(const QString&);
|
||||
void PathRemoved(const QString&);
|
||||
void HideCursorChanged();
|
||||
|
||||
private:
|
||||
Settings();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue