mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
Expose newly added semantic modifiers
This commit is contained in:
parent
3266b1acb0
commit
8a5fc65df4
1 changed files with 12 additions and 0 deletions
|
|
@ -192,6 +192,18 @@ public:
|
|||
{
|
||||
return insert_note_mod;
|
||||
}
|
||||
static guint button2_modifier ()
|
||||
{
|
||||
return button2_modifiers;
|
||||
}
|
||||
static guint momentary_push_modifier ()
|
||||
{
|
||||
return momentary_push_modifiers;
|
||||
}
|
||||
static guint group_override_modifier ()
|
||||
{
|
||||
return group_override_modifiers;
|
||||
}
|
||||
|
||||
static bool is_edit_event (GdkEventButton*);
|
||||
static bool is_delete_event (GdkEventButton*);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue