マウス対応の追加
This commit is contained in:
@@ -78,6 +78,7 @@ class HexEditor {
|
||||
bool modified;
|
||||
bool running;
|
||||
std::string lastSearch;
|
||||
bool isMouse = false;
|
||||
|
||||
WINDOW *hexPanel;
|
||||
WINDOW *asciiPanel;
|
||||
@@ -108,6 +109,7 @@ class HexEditor {
|
||||
void findNextMatch();
|
||||
void findPrevMatch();
|
||||
void handleReplace();
|
||||
void handleMouse();
|
||||
void undo();
|
||||
void redo();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user