Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
152
UI* createUI()
Callers
1
onMouse
Method · 0.80
Calls
1
setParameterValue
Function · 0.70
Tested by
no test coverage detected