This function is only intended to be used when implementing new canvas items, specifically container items such as CanvasGroup.
It gets the items at the given point.
this |
a CanvasItem. |
x |
the x coordinate of the point. |
y |
the y coordinate of the point. |
cr |
a cairo contect. |
is_pointer_event |
true if the "pointer-events" properties of items should be used to determine which parts of the item are tested. |
parent_is_visible |
true if the parent item is visible (which implies that all ancestors are also visible). |
found_items |
the list of items found so far. |
the |