Home | History | Annotate | Download | only in autocomplete

Lines Matching refs:client_point

1063   CPoint client_point(screen_point);
1064 ::MapWindowPoints(NULL, m_hWnd, &client_point, 1);
1065 SendMessage(msg, flags, MAKELPARAM(client_point.x, client_point.y));