VSTGUI
4.10
Graphical User Interface Framework not only for VST plugins
|
View Event Listener Interface Adapter. More...
Public Member Functions | |
void | viewOnEvent (CView *view, Event &event) override |
called on an event on a view | |
![]() | |
virtual | ~IViewEventListener () noexcept=default |
called on an event on a view
whenever an event is dispatched to a view, the listener will be notified about it and can mark the event as consumed if necessary to prevent that the event is handled by the view and further dispatched in the view hierarchy.
Implements IViewEventListener.