Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BespokeSynth/BespokeSynth
/ OnClicked
Method
OnClicked
Source/EQEffect.cpp:89–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
}
88
89
void EQEffect::OnClicked(float x, float y, bool right)
90
{
91
IDrawableModule::OnClicked(x, y, right);
92
93
mMultiSlider->TestClick(x, y, right);
94
}
95
96
void EQEffect::MouseReleased()
97
{
Callers
nothing calls this directly
Calls
1
TestClick
Method · 0.45
Tested by
no test coverage detected