| 100 | } |
| 101 | |
| 102 | bool EQEffect::MouseMoved(float x, float y) |
| 103 | { |
| 104 | IDrawableModule::MouseMoved(x, y); |
| 105 | mMultiSlider->NotifyMouseMoved(x, y); |
| 106 | return false; |
| 107 | } |
| 108 | |
| 109 | float EQEffect::GetEffectAmount() |
| 110 | { |
nothing calls this directly
no test coverage detected