mirror of
https://github.com/tildearrow/furnace.git
synced 2024-12-31 20:11:29 +00:00
GUI: prepare for macro height
This commit is contained in:
parent
b4127d7222
commit
9f14d1959c
2 changed files with 5 additions and 0 deletions
|
@ -3167,6 +3167,9 @@ FurnaceGUI::FurnaceGUI():
|
|||
noteOffOnReleaseKey(0),
|
||||
noteOffOnReleaseChan(0),
|
||||
arpMacroScroll(0),
|
||||
volMacroHeight(0),
|
||||
dutyMacroHeight(0),
|
||||
waveMacroHeight(0),
|
||||
macroDragStart(0,0),
|
||||
macroDragAreaSize(0,0),
|
||||
macroDragTarget(NULL),
|
||||
|
|
|
@ -181,6 +181,8 @@ class FurnaceGUI {
|
|||
|
||||
int arpMacroScroll;
|
||||
|
||||
int volMacroHeight, dutyMacroHeight, waveMacroHeight;
|
||||
|
||||
ImVec2 macroDragStart;
|
||||
ImVec2 macroDragAreaSize;
|
||||
int* macroDragTarget;
|
||||
|
|
Loading…
Reference in a new issue