mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 05:27:41 -05:00
Added support for Home, End, PageUp and PageDown in hex view
Resolves #148
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user