mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 04:39:33 +01:00
Touch Support for Ardour Button
This commit is contained in:
parent
79dae5f2b4
commit
24b916d125
2 changed files with 40 additions and 0 deletions
|
|
@ -124,6 +124,8 @@ class LIBWIDGETS_API ArdourButton : public CairoWidget , public Gtkmm2ext::Activ
|
|||
|
||||
bool on_button_press_event (GdkEventButton*);
|
||||
bool on_button_release_event (GdkEventButton*);
|
||||
bool on_touch_begin_event (GdkEventTouch*);
|
||||
bool on_touch_end_event (GdkEventTouch*);
|
||||
|
||||
void set_image (const Glib::RefPtr<Gdk::Pixbuf>&);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue