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

Method MouseMoved

Source/StepSequencer.cpp:568–574  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

566}
567
568bool StepSequencer::MouseMoved(float x, float y)
569{
570 IDrawableModule::MouseMoved(x, y);
571 if (mGrid->NotifyMouseMoved(x, y))
572 UpdateLights();
573 return false;
574}
575
576bool StepSequencer::OnPush2Control(Push2Control* push2, MidiMessageType type, int controlIndex, float midiValue)
577{

Callers

nothing calls this directly

Calls 1

NotifyMouseMovedMethod · 0.80

Tested by

no test coverage detected