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

Method OnLogPause

DebugView++/MainFrame.cpp:1182–1188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1180}
1181
1182void CMainFrame::OnLogPause(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/)
1183{
1184 if (IsPaused())
1185 Resume();
1186 else
1187 Pause();
1188}
1189
1190void CMainFrame::OnLogGlobal(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/)
1191{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected