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

Method OnTimer

DebugView++/LogView.cpp:565–571  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

563}
564
565void CLogView::OnTimer(UINT_PTR nIDEvent)
566{
567 if (nIDEvent != 1)
568 return;
569
570 Scroll(CSize(m_scrollX, 0));
571}
572
573void CLogView::MeasureItem(MEASUREITEMSTRUCT* pMeasureItemStruct)
574{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected