Reimplement savestate loading via drag and drop

This commit is contained in:
Dan B 2018-09-21 22:26:26 -04:00 committed by Léo Lam
commit d69740c8b4
2 changed files with 40 additions and 0 deletions

View file

@ -36,6 +36,8 @@ private:
void OnKeepOnTopChanged(bool top);
void SetFillBackground(bool fill);
void OnFreeLookMouseMove(QMouseEvent* event);
void dragEnterEvent(QDragEnterEvent* event) override;
void dropEvent(QDropEvent* event) override;
static constexpr int MOUSE_HIDE_DELAY = 3000;
QTimer* m_mouse_timer;