| 574 | |
| 575 | |
| 576 | void 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 | |
| 587 | void CMatchToolDlg::PumpMessages () |
| 588 | { |
nothing calls this directly
no outgoing calls
no test coverage detected