Add scroll-wheel support to RT Analyzer

This commit is contained in:
Robin Gareus 2025-04-05 20:53:15 +02:00
parent 24e8784719
commit 635fcdc206
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
2 changed files with 33 additions and 0 deletions

View file

@ -56,6 +56,7 @@ private:
bool darea_button_press_event (GdkEventButton*);
bool darea_button_release_event (GdkEventButton*);
bool darea_motion_notify_event (GdkEventMotion*);
bool darea_scroll_event (GdkEventScroll*);
bool darea_leave_notify_event (GdkEventCrossing*);
void set_rta_speed (ARDOUR::DSP::PerceptualAnalyzer::Speed);