Vkeybd: improve velocity dropdown usability

Limit velocity dropdown to a subset of most used values, but
allow to select any value using mouse-wheel
This commit is contained in:
Robin Gareus 2019-12-25 12:46:34 +01:00
parent bc776eac97
commit 24b46d1f75
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
2 changed files with 44 additions and 5 deletions

View file

@ -126,6 +126,7 @@ private:
void cc_key_changed (size_t);
void update_cc (size_t, int);
bool send_panic_message (GdkEventButton*);
bool on_velocity_scroll_event (GdkEventScroll*);
APianoKeyboard _piano;