| 168 | } |
| 169 | |
| 170 | void 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 | |
| 180 | void KeyWindow::OnPaint() |
| 181 | { |
nothing calls this directly
no outgoing calls
no test coverage detected