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

Method OnTimer

nsfplug_ui/NSFMemoryDialog.cpp:53–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51// NSFMemoryDialog ���b�Z�[�W �n���h��
52
53void NSFMemoryDialog::OnTimer(UINT nIDEvent)
54{
55 pm->pl->GetMemory(dumpbuf);
56 Invalidate(false);
57 CDialog::OnTimer(nIDEvent);
58}
59
60void NSFMemoryDialog::OnShowWindow(BOOL bShow, UINT nStatus)
61{

Callers

nothing calls this directly

Calls 1

GetMemoryMethod · 0.80

Tested by

no test coverage detected