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

Method OnLButtonDblClk

nsfplug_ui/KeyWindow.cpp:193–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191}
192
193void KeyWindow::OnLButtonDblClk(UINT nFlags, CPoint point)
194{
195 m_bShowOctave = !m_bShowOctave;
196 CDialog::OnLButtonDblClk(nFlags, point);
197}
198
199BOOL KeyWindow::DestroyWindow()
200{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected