mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Add convenience methods to test for active drags
This commit is contained in:
parent
3cecc3d26b
commit
a701882e66
3 changed files with 17 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue