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

Class ActionEvent

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

Source from the content-addressed store, hash-verified

449 The concept of an "action" is defined by the type of Widget.
450 */
451 struct ActionEvent : BaseEvent {};
452 virtual void onAction(const ActionEvent& e) {}
453
454 /** Occurs after the value of a Widget changes.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected