Home | All Classes | Grouped Classes | Index | Search
Returns the component at (pos_x, pos_y).
CL_Component* get_component_at( int pos_x, int pos_y);
Detailed description:
This functions searches for children recursively. NULL is returned if the point is outside the component. The component itself is returned if the component has no child at the specified point.
See also: