ClanSoft logo
ClanSoft logo

    CL_Component::get_component_at

Syntax

CL_Component *get_component_at(
        int pos_x,
        int pos_y);

Description

Returns the component at (pos_x, pos_y). 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.


Back to index



This page was built using the Perceps documentation system.