mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 16:24:57 +01:00
Return key-focus to piano-keyboard
This commit is contained in:
parent
406bd1bf07
commit
aaae93cae3
2 changed files with 17 additions and 0 deletions
|
|
@ -92,6 +92,9 @@ public:
|
|||
XMLNode& get_state ();
|
||||
void set_state (const XMLNode&);
|
||||
|
||||
protected:
|
||||
bool on_focus_in_event (GdkEventFocus*);
|
||||
|
||||
private:
|
||||
static void _note_on_event_handler (GtkWidget*, int note, int vel, gpointer arg)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue