MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / DrawRowLabel

Method DrawRowLabel

Source/StepSequencer.cpp:532–535  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

DrawTextRightJustifyFunction · 0.85

Tested by

no test coverage detected