MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / ScrollDown

Method ScrollDown

DebugView++/LogView.cpp:1457–1460  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1455}
1456
1457void CLogView::ScrollDown()
1458{
1459 ScrollToIndex(m_logLines.size() - 1, false);
1460}
1461
1462bool CLogView::GetClockTime() const
1463{

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected