MCPcopy Create free account
hub / github.com/DISTRHO/DPF / imageSwitchClicked

Method imageSwitchClicked

examples/CairoUI/CairoExampleUI.cpp:146–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144 }
145
146 void imageSwitchClicked(CairoImageSwitch*, bool down) override
147 {
148 setParameterValue(kParameterButton, down ? 1.f : 0.f);
149 }
150};
151
152UI* createUI()

Callers 1

onMouseMethod · 0.80

Calls 1

setParameterValueFunction · 0.70

Tested by

no test coverage detected