Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BespokeSynth/BespokeSynth
/ OnClicked
Method
OnClicked
Source/StepSequencer.cpp:554–559 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
552
}
553
554
void StepSequencer::OnClicked(float x, float y, bool right)
555
{
556
IDrawableModule::OnClicked(x, y, right);
557
if (mGrid->TestClick(x, y, right))
558
UpdateLights();
559
}
560
561
void StepSequencer::MouseReleased()
562
{
Callers
nothing calls this directly
Calls
1
TestClick
Method · 0.45
Tested by
no test coverage detected