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

Method MouseMoved

Source/PulseSequence.cpp:224–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222}
223
224bool PulseSequence::MouseMoved(float x, float y)
225{
226 IDrawableModule::MouseMoved(x, y);
227 mVelocityGrid->NotifyMouseMoved(x, y);
228 return false;
229}
230
231bool PulseSequence::MouseScrolled(float x, float y, float scrollX, float scrollY, bool isSmoothScroll, bool isInvertedScroll)
232{

Callers

nothing calls this directly

Calls 1

NotifyMouseMovedMethod · 0.80

Tested by

no test coverage detected