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

Method OnSize

nsfplug_ui/KeyWindow.cpp:170–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168}
169
170void KeyWindow::OnSize(UINT nType, int cx, int cy)
171{
172 CDialog::OnSize(nType, cx, cy);
173
174 if(m_bInit)
175 {
176 draw_keyboard(&m_keyDC,1,0,cy/4,cy);
177 }
178}
179
180void KeyWindow::OnPaint()
181{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected