public static extern IntPtr WindowFromPoint(POINT Point);
public static extern bool GetCursorPos(out POINT pt);