MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / OnTimer

Method OnTimer

editor/WaterProceduralDialog.cpp:213–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211}
212
213void CWaterProceduralDialog::OnTimer(UINT nIDEvent) {
214 // TODO: Add your message handler code here and/or call default
215 UpdateProcView();
216
217 CDialog::OnTimer(nIDEvent);
218}
219
220BOOL CWaterProceduralDialog::OnInitDialog() {
221 CDialog::OnInitDialog();

Callers

nothing calls this directly

Calls 1

OnTimerFunction · 0.50

Tested by

no test coverage detected