mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 12:48:57 +00:00
Qt: Implement missing hotkeys
This commit is contained in:
parent
cb02a4bb95
commit
ce32447726
3 changed files with 18 additions and 0 deletions
|
@ -20,6 +20,10 @@ public:
|
|||
void Start();
|
||||
void Stop();
|
||||
signals:
|
||||
void Open();
|
||||
void EjectDisc();
|
||||
void ChangeDisc();
|
||||
|
||||
void ExitHotkey();
|
||||
void FullScreenHotkey();
|
||||
void StopHotkey();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue