Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BespokeSynth/BespokeSynth
/ OnClicked
Method
OnClicked
Source/Chorder.cpp:155–163 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
153
}
154
155
void Chorder::OnClicked(float x, float y, bool right)
156
{
157
IDrawableModule::OnClicked(x, y, right);
158
159
if (right)
160
return;
161
162
mChordGrid->TestClick(x, y, right);
163
}
164
165
void Chorder::MouseReleased()
166
{
Callers
nothing calls this directly
Calls
1
TestClick
Method · 0.45
Tested by
no test coverage detected