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

Method getLightInfo

src/app/ModuleLightWidget.cpp:74–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72
73
74engine::LightInfo* ModuleLightWidget::getLightInfo() {
75 if (!module)
76 return NULL;
77 if (firstLightId < 0)
78 return NULL;
79 return module->lightInfos[firstLightId];
80}
81
82
83void ModuleLightWidget::createTooltip() {

Callers 1

stepMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected