mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-24 07:27:44 +01:00
Fix MIDI region keyboard editing (add key handling to canvas).
This commit is contained in:
parent
89a1980818
commit
333c776e0e
2 changed files with 26 additions and 1 deletions
|
|
@ -195,6 +195,8 @@ protected:
|
|||
void on_size_allocate (Gtk::Allocation&);
|
||||
bool on_scroll_event (GdkEventScroll *);
|
||||
bool on_expose_event (GdkEventExpose *);
|
||||
bool on_key_press_event (GdkEventKey *);
|
||||
bool on_key_release_event (GdkEventKey *);
|
||||
bool on_button_press_event (GdkEventButton *);
|
||||
bool on_button_release_event (GdkEventButton* event);
|
||||
bool on_motion_notify_event (GdkEventMotion *);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue