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

Method onLeave

src/NoisePlethora.cpp:669–675  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

667 }
668
669 void onLeave(const event::Leave& e) override {
670 LightWidget::onLeave(e);
671
672 APP->scene->removeChild(tooltip);
673 this->tooltip->requestDelete();
674 this->tooltip = NULL;
675 }
676
677 void setCentredPos(Vec pos) {
678 box.pos.x = pos.x - box.size.x / 2;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected