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

Method KeyWindow

nsfplug_ui/KeyWindow.cpp:10–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8// KeyWindow �_�C�A���O
9IMPLEMENT_DYNAMIC(KeyWindow, CDialog)
10KeyWindow::KeyWindow(CWnd* pParent /*=NULL*/)
11 : CDialog(KeyWindow::IDD, pParent)
12{
13 m_bShowOctave = false;
14 m_bInit = false;
15 for(int i=0;i<256;i++)
16 m_nKeyStatus[i] = 0;
17}
18
19KeyWindow::~KeyWindow()
20{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected