VCV Rack API v2
|
A per-event state shared and writable by all widgets that recursively handle an event. More...
#include <event.hpp>
Public Attributes | |
bool | propagating = true |
Whether the event should continue recursing to children Widgets. | |
bool | consumed = false |
Whether the event has been consumed by an event handler and no more handlers should consume the event. | |
Widget * | target = NULL |
The widget that responded to the event. | |
A per-event state shared and writable by all widgets that recursively handle an event.
bool rack::widget::EventContext::propagating = true |
Whether the event should continue recursing to children Widgets.
bool rack::widget::EventContext::consumed = false |
Whether the event has been consumed by an event handler and no more handlers should consume the event.
Widget* rack::widget::EventContext::target = NULL |
The widget that responded to the event.