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

Method KeyDialog

nsfplug_ui/KeyDialog.cpp:11–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9
10IMPLEMENT_DYNAMIC(KeyDialog, CDialog)
11KeyDialog::KeyDialog(CWnd* pParent /*=NULL*/)
12 : CDialog(KeyDialog::IDD, pParent)
13{
14 m_bInit = false;
15 m_nTimer = 0;
16}
17
18KeyDialog::~KeyDialog()
19{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected