mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-26 04:06:32 +00:00
Qt: Implement "Keep Window on top"
This commit is contained in:
parent
c1dccdc0e5
commit
caa18edc79
6 changed files with 33 additions and 4 deletions
|
@ -74,6 +74,8 @@ public:
|
|||
// Graphics
|
||||
void SetHideCursor(bool hide_cursor);
|
||||
bool GetHideCursor() const;
|
||||
void SetKeepWindowOnTop(bool top);
|
||||
bool IsKeepWindowOnTopEnabled() const;
|
||||
|
||||
// Audio
|
||||
int GetVolume() const;
|
||||
|
@ -126,6 +128,7 @@ signals:
|
|||
void DefaultGameChanged(const QString&);
|
||||
void PathReloadRequested(const QString&);
|
||||
void HideCursorChanged();
|
||||
void KeepWindowOnTopChanged(bool top);
|
||||
void VolumeChanged(int volume);
|
||||
void NANDRefresh();
|
||||
void RegistersVisibilityChanged(bool visible);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue