mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-25 02:38:42 +00:00
Qt/RenderWidget: Draw background on pause
This commit is contained in:
parent
328ac424c0
commit
3f1430587c
3 changed files with 20 additions and 2 deletions
|
@ -29,6 +29,7 @@ signals:
|
|||
private:
|
||||
void HandleCursorTimer();
|
||||
void OnHideCursorChanged();
|
||||
void SetFillBackground(bool fill);
|
||||
|
||||
static constexpr int MOUSE_HIDE_DELAY = 3000;
|
||||
QTimer* m_mouse_timer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue