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

Method onAction

src/app/TipWindow.cpp:142–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140 struct NextButton : ui::Button {
141 TipWindow* tipWindow;
142 void onAction(const ActionEvent& e) override {
143 tipWindow->advanceTip();
144 }
145 };
146 NextButton* nextButton = new NextButton;
147 nextButton->box.size.x = buttonWidth;

Callers

nothing calls this directly

Calls 1

advanceTipMethod · 0.80

Tested by

no test coverage detected