WindowFromPhysicalPoint function user32
Retrieves a handle to the window that contains the specified physical point.
HWND WindowFromPhysicalPoint(
POINT Point
);
Implementation
int WindowFromPhysicalPoint(POINT Point) => _WindowFromPhysicalPoint(Point);