get_accessible_at_point
Description:
Gets the accessible child at a given coordinate within an Component.
Parameters:
| this |
a pointer to the Component to query. |
| x |
a int specifying the x coordinate of the point in question. |
| y |
a int specifying the y coordinate of the point in question. |
| ctype |
the coordinate system of the point ( |
Returns:
|
a pointer to an Accessible child of the specified component which contains
the point ( |