MCPcopy Create free account
hub / github.com/DennisLiu1993/Fastest_Image_Pattern_Matching / OnMouseMove

Method OnMouseMove

MatchTool/MatchToolDlg.cpp:576–585  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

574
575
576void CMatchToolDlg::OnMouseMove (UINT nFlags, CPoint point)
577{
578 // TODO: 在此加入您的訊息處理常式程式碼和 (或) 呼叫預設值
579 POINT pointCursor;
580 GetCursorPos (&pointCursor);
581 ScreenToClient (&pointCursor);
582 CPoint ptCursor (pointCursor);
583
584 CDialogEx::OnMouseMove (nFlags, point);
585}
586
587void CMatchToolDlg::PumpMessages ()
588{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected