mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Foldback: consistent mouse handling part 1
* un-hardcode button numbers, use portable modifier API * allow to toggle Send bypass with middle-click * add support for delete-operator * Only act on single-click press
This commit is contained in:
parent
345726e223
commit
b12cad80bc
2 changed files with 44 additions and 39 deletions
|
|
@ -91,7 +91,8 @@ private:
|
|||
uint32_t _width;
|
||||
|
||||
void led_clicked(GdkEventButton *);
|
||||
gboolean button_press (GdkEventButton*);
|
||||
bool button_press (GdkEventButton*);
|
||||
bool button_release (GdkEventButton*);
|
||||
Gtk::Menu* build_send_menu ();
|
||||
void set_gain (float new_gain);
|
||||
void set_send_position (bool post);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue