From a701882e665d71be9fdb14352332dafdc66e664b Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 9 Nov 2019 01:35:55 +0100 Subject: Add convenience methods to test for active drags --- gtk2_ardour/editor.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gtk2_ardour/editor.h') diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h index a560478c7e..5dab984f38 100644 --- a/gtk2_ardour/editor.h +++ b/gtk2_ardour/editor.h @@ -493,6 +493,9 @@ public: return _drags; } + bool drag_active () const; + bool preview_video_drag_active () const; + void maybe_autoscroll (bool, bool, bool); bool autoscroll_active() const; -- cgit v1.2.3