![]() |
VCV Rack API v2
|
Occurs when a character is typed while the mouse is hovering a Widget. More...
#include <Widget.hpp>
Additional Inherited Members | |
![]() | |
void | stopPropagating () const |
Prevents the event from being handled by more Widgets. | |
bool | isPropagating () const |
void | setTarget (Widget *w) const |
Tells the event handler that a particular Widget consumed the event. | |
Widget * | getTarget () const |
void | consume (Widget *w) const |
Sets the target Widget and stops propagating. | |
void | unconsume () const |
bool | isConsumed () const |
![]() | |
EventContext * | context = NULL |
![]() | |
math::Vec | pos |
The pixel coordinate where the event occurred, relative to the Widget it is called on. | |
![]() | |
uint32_t | codepoint |
Unicode code point of the character. | |
Occurs when a character is typed while the mouse is hovering a Widget.
Recurses.