MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / OnClicked

Method OnClicked

Source/PlaySequencer.cpp:157–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157void PlaySequencer::OnClicked(float x, float y, bool right)
158{
159 IDrawableModule::OnClicked(x, y, right);
160
161 if (right)
162 return;
163
164 mGrid->TestClick(x, y, right);
165}
166
167void PlaySequencer::MouseReleased()
168{

Callers

nothing calls this directly

Calls 1

TestClickMethod · 0.45

Tested by

no test coverage detected