Qt: Make ALT+F4 while fullscreen exit DuckStation

This commit is contained in:
Stenzek
2023-11-24 14:30:31 +10:00
parent a705884342
commit cca901c4c6
2 changed files with 12 additions and 2 deletions

View File

@@ -46,6 +46,7 @@ protected:
bool event(QEvent* event) override;
private:
bool isActuallyFullscreen() const;
void updateCenterPos();
QPoint m_relative_mouse_start_pos{};