GUI: new pattern cursor logic, part 7

implement delete
prepare other edit actions
This commit is contained in:
tildearrow 2025-06-29 20:57:41 -05:00
parent 186a0ce69f
commit 33dec5ff1d
3 changed files with 61 additions and 18 deletions

View file

@ -2570,6 +2570,7 @@ class FurnaceGUI {
int oldOrdersLen;
DivOrders oldOrders;
std::map<unsigned short,DivPattern*> oldPatMap;
bool* opTouched;
FixedQueue<UndoStep,256> undoHist;
FixedQueue<UndoStep,256> redoHist;
FixedQueue<CursorJumpPoint,256> cursorUndoHist;