click (press-no-drag-release) handled as specific user gesture

This commit is contained in:
Paul Davis 2018-11-07 21:36:53 -05:00
parent ba84a1ccc7
commit 52fcb1d0da
2 changed files with 25 additions and 8 deletions

View file

@ -79,6 +79,7 @@ class StepView : public ArdourCanvas::Rectangle, public sigc::trackable {
SequencerGrid& _seq;
ArdourCanvas::Text* text;
bool grabbed;
bool grab_motion;
std::pair<double,double> grab_at;
std::pair<double,double> last_motion;