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

Method OnTimer

editor/BriefScreenEdit.cpp:151–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151void CBriefScreenEdit::OnTimer(UINT nIDEvent) {
152 UpdateView();
153 CDialog::OnTimer(nIDEvent);
154}
155
156void CBriefScreenEdit::OnSelchangeBriefAddsLayoutList() {
157 if (bm_handle > BAD_BITMAP_HANDLE) {

Callers

nothing calls this directly

Calls 2

UpdateViewFunction · 0.85
OnTimerFunction · 0.50

Tested by

no test coverage detected