diff options
Diffstat (limited to 'gui.h')
-rw-r--r-- | gui.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -30,6 +30,8 @@ public: void Repaint(SDL_Renderer*, int currentStep); private: std::vector<Knob> m_knobs; + + Sequence& m_sequence; Knob* m_activeKnob{ nullptr }; int m_dragStart{ 0 }; };
\ No newline at end of file |