Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
68
void CPlayerCursor::MoveToRow(unsigned Row) {
69
row_ = Row;
70
++total_rows_;
71
tick_ = 0;
72
}
73
74
void CPlayerCursor::MoveToFrame(unsigned frame) {
75
frame_ = frame % song_.GetFrameCount();
Callers
1
SelectRow
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected