Add support for fullscreen hotkey (#748)

This commit is contained in:
WaluigiWare64
2020-09-06 21:59:35 +01:00
committed by GitHub
parent 7d20988b78
commit ea640398f9
6 changed files with 29 additions and 3 deletions

View File

@ -69,6 +69,8 @@ signals:
void windowLimitFPSChange();
void screenLayoutChange();
void windowFullscreenToggle();
private:
volatile int EmuStatus;
@ -229,6 +231,8 @@ private slots:
void onEmuStop();
void onUpdateVideoSettings(bool glchange);
void onFullscreenToggled();
private:
void createScreenPanel();