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

Method OnShowWindow

nsfplug_ui/NSFMemoryDialog.cpp:60–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60void NSFMemoryDialog::OnShowWindow(BOOL bShow, UINT nStatus)
61{
62 CDialog::OnShowWindow(bShow, nStatus);
63
64 if(bShow)
65 {
66 SetTimer(1,250,NULL);
67 }
68 else
69 {
70 KillTimer(1);
71 }
72
73}
74
75BOOL NSFMemoryDialog::OnInitDialog()
76{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected