Qt/RenderWidget: Draw background on pause

This commit is contained in:
spycrab
2018-03-24 23:50:03 +01:00
parent 328ac424c0
commit 3f1430587c
3 changed files with 20 additions and 2 deletions

View File

@ -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;