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: intIndex of the point. 
- coords_out
- 
            Type: graphene_point_tA #graphene_point_t. The argument will be set by the function. The returned data is owned by the instance.