MCPcopy Create free account
hub / github.com/HertzDevil/0CC-FamiTracker / MoveToRow

Method MoveToRow

Source/PlayerCursor.cpp:68–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68void CPlayerCursor::MoveToRow(unsigned Row) {
69 row_ = Row;
70 ++total_rows_;
71 tick_ = 0;
72}
73
74void CPlayerCursor::MoveToFrame(unsigned frame) {
75 frame_ = frame % song_.GetFrameCount();

Callers 1

SelectRowMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected