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

Method VCVLightBezelLatch

include/componentlibrary.hpp:948–951  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

946template <typename TLightBase = WhiteLight>
947struct VCVLightBezelLatch : VCVLightBezel<TLightBase> {
948 VCVLightBezelLatch() {
949 this->momentary = false;
950 this->latch = true;
951 }
952};
953
954struct PB61303 : app::SvgSwitch {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected