win32gui.ChildWindowFromPoint

int = ChildWindowFromPoint(hwndParent, point )

Determines which, if any, of the child windows belonging to a parent window contains the specified point.

Parameters

hwndParent : int

The parent.

point : (int, int)

The point.