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

Method onEnter

src/NoisePlethora.cpp:652–655  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

650 }
651
652 void onEnter(const EnterEvent& e) override {
653 LightWidget::onEnter(e);
654 setTooltip();
655 }
656
657 void setTooltip() {
658 std::string_view activeName = module->programSelector.getSection(section).getCurrentProgramName();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected