MCPcopy Create free account
hub / github.com/bbbradsmith/nsfplay / OnTimer

Method OnTimer

nsfplug_ui/KeyDialog.cpp:83–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83void KeyDialog::OnTimer(UINT nIDEvent)
84{
85 if(nIDEvent==1)
86 {
87 m_keywindow.Invalidate(FALSE);
88 m_keyheader.Invalidate(FALSE);
89 }
90 CDialog::OnTimer(nIDEvent);
91}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected