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

Method SetIndicatorTime

Source/MainFrm.cpp:1102–1108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1100}
1101
1102void CMainFrame::SetIndicatorTime(int Min, int Sec, int MSec)
1103{
1104 if (auto t = std::tie(Min, Sec, MSec); t != m_iIndicatorLast) { // // //
1105 m_iIndicatorLast = t;
1106 m_wndStatusBar.SetPaneText(6, FormattedW(L"%02i:%02i:%01i0", Min, Sec, MSec));
1107 }
1108}
1109
1110void CMainFrame::SetIndicatorPos(int Frame, int Row)
1111{

Callers 1

PeriodicUpdateMethod · 0.80

Calls 1

FormattedWFunction · 0.85

Tested by

no test coverage detected