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

Method OnViewAutoScrollStop

DebugView++/LogView.cpp:1048–1051  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1046}
1047
1048void CLogView::OnViewAutoScrollStop(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/)
1049{
1050 SetAutoScrollStop(!GetAutoScrollStop());
1051}
1052
1053void CLogView::OnViewTime(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/)
1054{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected