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

Method MouseMoved

Source/Chorder.cpp:171–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171bool Chorder::MouseMoved(float x, float y)
172{
173 IDrawableModule::MouseMoved(x, y);
174 mChordGrid->NotifyMouseMoved(x, y);
175 return false;
176}
177
178void Chorder::OnScaleChanged()
179{

Callers

nothing calls this directly

Calls 1

NotifyMouseMovedMethod · 0.80

Tested by

no test coverage detected