public extern static bool GetCursorPos(out NativeStructs.Point p);
 public static extern bool ScreenToClient(IntPtr hWnd, ref NativeStructs.Point point);
 public static extern IntPtr WindowFromPoint(NativeStructs.Point Point);