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

Method VCVLightLatch

include/componentlibrary.hpp:891–894  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

889template <typename TLight>
890struct VCVLightLatch : VCVLightButton<TLight> {
891 VCVLightLatch() {
892 this->momentary = false;
893 this->latch = true;
894 }
895};
896
897struct BefacoSwitch : app::SvgSwitch {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected