mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-28 13:16:41 +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
|
@ -29,6 +29,7 @@ signals:
|
|||
private:
|
||||
void HandleCursorTimer();
|
||||
void OnHideCursorChanged();
|
||||
void OnKeepOnTopChanged(bool top);
|
||||
void SetFillBackground(bool fill);
|
||||
|
||||
static constexpr int MOUSE_HIDE_DELAY = 3000;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue