Added support for Home, End, PageUp and PageDown in hex view

Resolves #148
This commit is contained in:
WerWolv
2021-01-28 13:23:50 +01:00
parent 319068eef5
commit a3d71b1dca
4 changed files with 21 additions and 8 deletions

View File

@@ -50,7 +50,7 @@ namespace hex {
void unsubscribeEvent(Events eventType);
void discardNavigationRequests();
protected:
void confirmButtons(const char *textLeft, const char *textRight, const std::function<void()> &leftButtonFn, const std::function<void()> &rightButtonFn);