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

Method OnViewAutoScroll

DebugView++/LogView.cpp:1043–1046  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1041}
1042
1043void CLogView::OnViewAutoScroll(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/)
1044{
1045 SetAutoScroll(!GetAutoScroll());
1046}
1047
1048void CLogView::OnViewAutoScrollStop(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/)
1049{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected