GUI: implement macro line drawing

This commit is contained in:
tildearrow 2022-04-12 23:03:20 -05:00
parent 9bd8aef538
commit ff75c7fe01
3 changed files with 46 additions and 37 deletions

View file

@ -973,7 +973,8 @@ class FurnaceGUI {
bool macroDragInitialValueSet;
bool macroDragInitialValue;
bool macroDragChar;
bool macroDragLineMode; // TODO
bool macroDragLineMode;
ImVec2 macroDragLineInitial;
bool macroDragActive;
ImVec2 macroLoopDragStart;