Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DescentDevelopers/Descent3
/ OnTimer
Method
OnTimer
editor/ProceduralDialog.cpp:268–271 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
266
}
267
268
void CProceduralDialog::OnTimer(UINT nIDEvent) {
269
UpdateProcView();
270
CDialog::OnTimer(nIDEvent);
271
}
272
273
BOOL CProceduralDialog::DestroyWindow() {
274
CWnd::KillTimer(1);
Callers
nothing calls this directly
Calls
1
OnTimer
Function · 0.50
Tested by
no test coverage detected