| 889 | template <typename TLight> |
| 890 | struct VCVLightLatch : VCVLightButton<TLight> { |
| 891 | VCVLightLatch() { |
| 892 | this->momentary = false; |
| 893 | this->latch = true; |
| 894 | } |
| 895 | }; |
| 896 | |
| 897 | struct BefacoSwitch : app::SvgSwitch { |
nothing calls this directly
no outgoing calls
no test coverage detected