WindowFromPhysicalPoint function user32
Retrieves a handle to the window that contains the specified physical point.
To learn more, see learn.microsoft.com/windows/win32/api/winuser/nf-winuser-windowfromphysicalpoint.
Implementation
@pragma('vm:prefer-inline')
HWND WindowFromPhysicalPoint(POINT point) =>
HWND(_WindowFromPhysicalPoint(point));