Add Frame Advance Hold Hotkey Functionality

This commit is contained in:
Fog
2015-07-05 12:20:42 -04:00
parent c70f3f4b45
commit 471c835546
4 changed files with 67 additions and 1 deletions

View File

@ -221,6 +221,7 @@ private:
wxAuiNotebook * GetNotebookFromId(u32 NBId);
int GetNotebookCount();
wxAuiNotebook *CreateEmptyNotebook();
void HandleFrameSkipHotkeys();
// Perspectives
void AddRemoveBlankPage();