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

Method OnLButtonDown

Source/FamiTrackerView.cpp:633–645  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

631}
632
633void CFamiTrackerView::OnLButtonDown(UINT nFlags, CPoint point)
634{
635 SetTimer(TMR_SCROLL, 10, NULL);
636
637 m_pPatternEditor->OnMouseDown(point);
638 SetCapture(); // Capture mouse
639 InvalidateCursor();
640
641 if (m_pPatternEditor->IsOverHeader(point))
642 InvalidateHeader();
643
644 CView::OnLButtonDown(nFlags, point);
645}
646
647void CFamiTrackerView::OnLButtonUp(UINT nFlags, CPoint point)
648{

Callers

nothing calls this directly

Calls 2

OnMouseDownMethod · 0.80
IsOverHeaderMethod · 0.80

Tested by

no test coverage detected