| 566 | } |
| 567 | |
| 568 | bool StepSequencer::MouseMoved(float x, float y) |
| 569 | { |
| 570 | IDrawableModule::MouseMoved(x, y); |
| 571 | if (mGrid->NotifyMouseMoved(x, y)) |
| 572 | UpdateLights(); |
| 573 | return false; |
| 574 | } |
| 575 | |
| 576 | bool StepSequencer::OnPush2Control(Push2Control* push2, MidiMessageType type, int controlIndex, float midiValue) |
| 577 | { |
nothing calls this directly
no test coverage detected