get_item_at
Description:
Gets the item at the given point.
Parameters:
this |
a Canvas. |
x |
the x coordinate of the point. |
y |
the y coordinate of the point |
is_pointer_event |
true if the "pointer-events" property of items should be used to determine which parts of the item are tested. |
Returns:
the item found at the given point, or null if no item was found. |