Merge pull request #2704 from RisingFog/frameadvancehold

Add Frame Advance Hold Hotkey Functionality
This commit is contained in:
Scott Mansell
2015-10-28 15:31:03 +13:00
4 changed files with 67 additions and 1 deletions

View File

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