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

Method GetPlayerCursor

Source/MainFrm.cpp:1397–1399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1395}
1396
1397std::unique_ptr<CPlayerCursor> CMainFrame::GetPlayerCursor(play_mode_t Mode) const { // // //
1398 return std::make_unique<CPlayerCursor>(GetTrackerView()->GetPlayerCursor(Mode));
1399}
1400
1401void CMainFrame::OnTrackerPlay()
1402{

Callers 6

InitInstanceMethod · 0.45
GetPlayerPosMethod · 0.45
GetPlayerTicksMethod · 0.45
MoveToFrameMethod · 0.45
SetQueueFrameMethod · 0.45
GetQueueFrameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected