win32gui.ChildWindowFromPoint

int = ChildWindowFromPoint(hwndParent, point , flags )

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.

flags : int

Specifies which child windows to skip. This parameter can be one or more of the CWP_* constants.