Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BespokeSynth/BespokeSynth
/ OnClicked
Method
OnClicked
Source/PulseSequence.cpp:204–209 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
202
}
203
204
void PulseSequence::OnClicked(float x, float y, bool right)
205
{
206
IDrawableModule::OnClicked(x, y, right);
207
208
mVelocityGrid->TestClick(x, y, right);
209
}
210
211
void PulseSequence::Resize(float w, float h)
212
{
Callers
nothing calls this directly
Calls
1
TestClick
Method · 0.45
Tested by
no test coverage detected