Touch Support for Ardour Button

This commit is contained in:
Robin Gareus 2024-09-26 18:52:31 +02:00
parent 79dae5f2b4
commit 24b916d125
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
2 changed files with 40 additions and 0 deletions

View file

@ -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>&);