Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HertzDevil/0CC-FamiTracker
/ SetPosition
Method
SetPosition
Source/PlayerCursor.cpp:62–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
}
61
62
void CPlayerCursor::SetPosition(unsigned frame, unsigned row) {
63
frame_ = frame;
64
row_ = row;
65
tick_ = 0;
66
}
67
68
void CPlayerCursor::MoveToRow(unsigned Row) {
69
row_ = Row;
Callers
1
MoveToFrame
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected