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

Method OnClicked

Source/NoteStepSequencer.cpp:382–388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

380}
381
382void NoteStepSequencer::OnClicked(float x, float y, bool right)
383{
384 IDrawableModule::OnClicked(x, y, right);
385
386 mGrid->TestClick(x, y, right);
387 mVelocityGrid->TestClick(x, y, right);
388}
389
390void NoteStepSequencer::MouseReleased()
391{

Callers

nothing calls this directly

Calls 1

TestClickMethod · 0.45

Tested by

no test coverage detected