| 380 | } |
| 381 | |
| 382 | void NoteStepSequencer::OnClicked(float x, float y, bool right) |
| 383 | { |
| 384 | IDrawableModule::OnClicked(x, y, right); |
| 385 | |
| 386 | mGrid->TestClick(x, y, right); |
| 387 | mVelocityGrid->TestClick(x, y, right); |
| 388 | } |
| 389 | |
| 390 | void NoteStepSequencer::MouseReleased() |
| 391 | { |