MCPcopy Create free account
hub / github.com/HertzDevil/0CC-FamiTracker / OnLButtonDblClk

Method OnLButtonDblClk

Source/FamiTrackerView.cpp:667–675  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

665}
666
667void CFamiTrackerView::OnLButtonDblClk(UINT nFlags, CPoint point)
668{
669 if (FTEnv.GetSettings()->General.bDblClickSelect && !m_pPatternEditor->IsOverHeader(point))
670 return;
671
672 m_pPatternEditor->OnMouseDblClk(point);
673 InvalidateCursor();
674 CView::OnLButtonDblClk(nFlags, point);
675}
676
677void CFamiTrackerView::OnXButtonDown(UINT nFlags, UINT nButton, CPoint point) // // //
678{

Callers

nothing calls this directly

Calls 3

IsOverHeaderMethod · 0.80
OnMouseDblClkMethod · 0.80
GetSettingsMethod · 0.45

Tested by

no test coverage detected