API Version: 11
Library Version: 11
gboolean clutter_actor_box_contains ( const ClutterActorBox* box, gfloat x, gfloat y )
Checks whether a point with x, y coordinates is contained within box.
x
y
box
gfloat
X coordinate of the point.
Y coordinate of the point.
gboolean
TRUE if the point is contained by the ClutterActorBox.
TRUE
ClutterActorBox