Qt: Implement more hotkeys for secondary window (#6198)

This commit is contained in:
Ameer J 2022-11-24 08:55:27 -05:00 committed by GitHub
parent 850e5bf81c
commit d1171328c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 35 additions and 11 deletions

View file

@ -203,6 +203,8 @@ private slots:
void ToggleScreenLayout();
void OnSwapScreens();
void OnRotateScreens();
void TriggerSwapScreens();
void TriggerRotateScreens();
void OnCheats();
void ShowFullscreen();
void HideFullscreen();