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

Method TinySimpleLight

include/componentlibrary.hpp:212–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210template <typename TBase = GrayModuleLightWidget>
211struct TinySimpleLight : TBase {
212 TinySimpleLight() {
213 this->box.size = mm2px(math::Vec(1, 1));
214 }
215};
216
217template <typename TBase>

Callers

nothing calls this directly

Calls 2

mm2pxFunction · 0.85
VecClass · 0.85

Tested by

no test coverage detected