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

Method VCVBezelLatch

include/componentlibrary.hpp:922–925  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

920
921struct VCVBezelLatch : VCVBezel {
922 VCVBezelLatch() {
923 momentary = false;
924 latch = true;
925 }
926};
927
928template <typename TLightBase = WhiteLight>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected