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

Method SetAutoScroll

DebugView++/LogView.cpp:1271–1276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1269}
1270
1271void CLogView::SetAutoScroll(bool enable)
1272{
1273 m_autoScrollDown = enable;
1274 if (enable)
1275 ScrollDown();
1276}
1277
1278bool CLogView::GetAutoScrollStop() const
1279{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected