MCPcopy 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
268void CProceduralDialog::OnTimer(UINT nIDEvent) {
269 UpdateProcView();
270 CDialog::OnTimer(nIDEvent);
271}
272
273BOOL CProceduralDialog::DestroyWindow() {
274 CWnd::KillTimer(1);

Callers

nothing calls this directly

Calls 1

OnTimerFunction · 0.50

Tested by

no test coverage detected