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

Method MouseMoved

Source/NoteStepSequencer.cpp:397–403  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

395}
396
397bool NoteStepSequencer::MouseMoved(float x, float y)
398{
399 IDrawableModule::MouseMoved(x, y);
400 mGrid->NotifyMouseMoved(x, y);
401 mVelocityGrid->NotifyMouseMoved(x, y);
402 return false;
403}
404
405bool NoteStepSequencer::MouseScrolled(float x, float y, float scrollX, float scrollY, bool isSmoothScroll, bool isInvertedScroll)
406{

Callers

nothing calls this directly

Calls 1

NotifyMouseMovedMethod · 0.80

Tested by

no test coverage detected