MCPcopy 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
554void 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
561void StepSequencer::MouseReleased()
562{

Callers

nothing calls this directly

Calls 1

TestClickMethod · 0.45

Tested by

no test coverage detected