| 530 | } |
| 531 | |
| 532 | void StepSequencer::DrawRowLabel(const char* label, int row, int x, int y) |
| 533 | { |
| 534 | DrawTextRightJustify(label, x, y + row * 9.4f); |
| 535 | } |
| 536 | |
| 537 | void StepSequencer::GetModuleDimensions(float& width, float& height) |
| 538 | { |
nothing calls this directly
no test coverage detected