MCPcopy Create free account
hub / github.com/VCVRack/Rack / onEnter

Method onEnter

include/widget/Widget.hpp:334–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

332 */
333 struct EnterEvent : BaseEvent {};
334 virtual void onEnter(const EnterEvent& e) {}
335
336 /** Occurs when a different Widget is entered.
337 Must consume the Hover event (when a Widget is entered) to receive this event.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected