mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Primary-modifier click on a node in the port matrix toggles association for everything in a diagonal line down and to the right of the clicked node.
git-svn-id: svn://localhost/ardour2/branches/3.0@6122 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
964e3ee825
commit
be55dcbce3
8 changed files with 40 additions and 19 deletions
|
|
@ -41,8 +41,8 @@ class PortMatrixGrid : public PortMatrixComponent
|
|||
public:
|
||||
PortMatrixGrid (PortMatrix *, PortMatrixBody *);
|
||||
|
||||
void button_press (double, double, int, uint32_t);
|
||||
void button_release (double, double, int, uint32_t);
|
||||
void button_press (double, double, int, uint32_t, guint);
|
||||
void button_release (double, double, int, uint32_t, guint);
|
||||
void motion (double, double);
|
||||
|
||||
double component_to_parent_x (double x) const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue