MCPcopy 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
204void PulseSequence::OnClicked(float x, float y, bool right)
205{
206 IDrawableModule::OnClicked(x, y, right);
207
208 mVelocityGrid->TestClick(x, y, right);
209}
210
211void PulseSequence::Resize(float w, float h)
212{

Callers

nothing calls this directly

Calls 1

TestClickMethod · 0.45

Tested by

no test coverage detected