Fix MIDI region keyboard editing (add key handling to canvas).

This commit is contained in:
David Robillard 2014-11-15 02:04:28 -05:00
parent 89a1980818
commit 333c776e0e
2 changed files with 26 additions and 1 deletions

View file

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