mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 02:56:35 +01:00
Forward un/map events to NSGLView
This commit is contained in:
parent
c0828792f0
commit
60a0b8f645
4 changed files with 64 additions and 2 deletions
|
|
@ -221,8 +221,10 @@ public:
|
|||
bool on_button_press_event (GdkEventButton *);
|
||||
bool on_button_release_event (GdkEventButton* event);
|
||||
bool on_motion_notify_event (GdkEventMotion *);
|
||||
bool on_enter_notify_event (GdkEventCrossing*);
|
||||
bool on_leave_notify_event (GdkEventCrossing*);
|
||||
bool on_enter_notify_event (GdkEventCrossing*);
|
||||
bool on_leave_notify_event (GdkEventCrossing*);
|
||||
void on_map();
|
||||
void on_unmap();
|
||||
|
||||
void on_realize ();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue