| 395 | } |
| 396 | |
| 397 | bool NoteStepSequencer::MouseMoved(float x, float y) |
| 398 | { |
| 399 | IDrawableModule::MouseMoved(x, y); |
| 400 | mGrid->NotifyMouseMoved(x, y); |
| 401 | mVelocityGrid->NotifyMouseMoved(x, y); |
| 402 | return false; |
| 403 | } |
| 404 | |
| 405 | bool NoteStepSequencer::MouseScrolled(float x, float y, float scrollX, float scrollY, bool isSmoothScroll, bool isInvertedScroll) |
| 406 | { |
nothing calls this directly
no test coverage detected