GUI: add a threshold for macro right click
This commit is contained in:
parent
0c24ee2f08
commit
6bc1ee0957
2 changed files with 16 additions and 2 deletions
|
|
@ -1004,7 +1004,7 @@ class FurnaceGUI {
|
|||
*/
|
||||
|
||||
SelectionPoint selStart, selEnd, cursor;
|
||||
bool selecting, curNibble, orderNibble, followOrders, followPattern, changeAllOrders;
|
||||
bool selecting, curNibble, orderNibble, followOrders, followPattern, changeAllOrders, mobileUI;
|
||||
bool collapseWindow, demandScrollX, fancyPattern, wantPatName, firstFrame, tempoView, waveHex, lockLayout, editOptsVisible, latchNibble, nonLatchNibble;
|
||||
FurnaceGUIWindows curWindow, nextWindow, curWindowLast;
|
||||
float peak[2];
|
||||
|
|
@ -1082,6 +1082,7 @@ class FurnaceGUI {
|
|||
bool macroDragLineMode;
|
||||
bool macroDragMouseMoved;
|
||||
ImVec2 macroDragLineInitial;
|
||||
ImVec2 macroDragLineInitialV;
|
||||
bool macroDragActive;
|
||||
FurnaceGUIMacroDesc lastMacroDesc;
|
||||
int macroOffX, macroOffY;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue