GUI: prepare for FM macros

the most complicated UI to date
This commit is contained in:
tildearrow 2022-01-21 02:54:52 -05:00
parent 3b5370681a
commit b9902902be
2 changed files with 161 additions and 73 deletions

View file

@ -251,6 +251,7 @@ class FurnaceGUI {
ImVec2 macroDragStart;
ImVec2 macroDragAreaSize;
unsigned char* macroDragCTarget;
int* macroDragTarget;
int macroDragLen;
int macroDragMin, macroDragMax;
@ -259,6 +260,7 @@ class FurnaceGUI {
bool macroDragBitMode;
bool macroDragInitialValueSet;
bool macroDragInitialValue;
bool macroDragChar;
bool macroDragActive;
ImVec2 macroLoopDragStart;