マウス対応の追加

This commit is contained in:
2026-05-03 19:10:35 +09:00
parent 7bd77a0da6
commit 07d377fbe8
5 changed files with 53 additions and 2 deletions

View File

@@ -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();