Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CobaltFusion/DebugViewPP
/ OnTimer
Method
OnTimer
include/CobaltFusion/GuiExecutor.h:61–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
LRESULT OnTimer(UINT, WPARAM, LPARAM, BOOL&)
62
{
63
m_pObserver->OnTimer();
64
return 0;
65
}
66
67
private:
68
Observer* m_pObserver;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected