public static extern bool PtInRect(ref RECT lprc, POINT pt);
 public static extern IntPtr SendMessage(HandleRef hWnd, int msg, int wParam, POINT lParam);
 public static extern bool GetCursorPos(ref POINT lpPoint);