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