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
parent fa91d74e2c
commit 4b5373b25b
5 changed files with 27 additions and 15 deletions

View File

@ -53,6 +53,7 @@ private:
void Open();
void Play(const std::optional<std::string>& savestate_path = {});
void Pause();
void TogglePause();
// May ask for confirmation. Returns whether or not it actually stopped.
bool RequestStop();