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

Method MouseMoved

Source/EQEffect.cpp:102–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102bool EQEffect::MouseMoved(float x, float y)
103{
104 IDrawableModule::MouseMoved(x, y);
105 mMultiSlider->NotifyMouseMoved(x, y);
106 return false;
107}
108
109float EQEffect::GetEffectAmount()
110{

Callers

nothing calls this directly

Calls 1

NotifyMouseMovedMethod · 0.80

Tested by

no test coverage detected