| 191 | } |
| 192 | |
| 193 | void KeyWindow::OnLButtonDblClk(UINT nFlags, CPoint point) |
| 194 | { |
| 195 | m_bShowOctave = !m_bShowOctave; |
| 196 | CDialog::OnLButtonDblClk(nFlags, point); |
| 197 | } |
| 198 | |
| 199 | BOOL KeyWindow::DestroyWindow() |
| 200 | { |
nothing calls this directly
no outgoing calls
no test coverage detected