Remove hardcoded esc hotkey, make pause/stop hotkey actually toggle rather than just pausing, fix frame advance hotkey

This commit is contained in:
Rukai 2018-02-09 22:54:35 +11:00
commit 4b5373b25b
5 changed files with 27 additions and 15 deletions

View file

@ -23,7 +23,7 @@ signals:
void ExitHotkey();
void FullScreenHotkey();
void StopHotkey();
void PauseHotkey();
void TogglePauseHotkey();
void ScreenShotHotkey();
void SetStateSlotHotkey(int slot);
void StateLoadSlotHotkey();