Method
ClutterGestureget_point_begin_coords
Declaration [src]
void
clutter_gesture_get_point_begin_coords (
ClutterGesture* self,
int point_index,
graphene_point_t* coords_out
)
Parameters
point_index
-
Type:
int
Index of the point.
coords_out
-
Type:
graphene_point_t
A #graphene_point_t.
The argument will be set by the function. The returned data is owned by the instance.