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

Method OnEscapeKey

DebugView++/LogView.cpp:1063–1067  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1061}
1062
1063void CLogView::OnEscapeKey(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/)
1064{
1065 SetHighlightText();
1066 StopScrolling();
1067}
1068
1069void CLogView::OnViewFindNext(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/)
1070{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected