Qt: Add a method for the emulation thread to focus the display widget

This commit is contained in:
Connor McLaughlin
2020-02-26 19:26:14 +10:00
parent e9dea6e0f7
commit 27c9f2d834
4 changed files with 22 additions and 8 deletions

View File

@@ -75,6 +75,7 @@ Q_SIGNALS:
void destroyDisplayWindowRequested();
void setFullscreenRequested(bool fullscreen);
void toggleFullscreenRequested();
void focusDisplayWidgetRequested();
void systemPerformanceCountersUpdated(float speed, float fps, float vps, float avg_frame_time,
float worst_frame_time);
void runningGameChanged(const QString& filename, const QString& game_code, const QString& game_title);