Method

ClutterPanGestureset_max_n_points

Declaration [src]

void
clutter_pan_gesture_set_max_n_points (
  ClutterPanGesture* self,
  unsigned int max_n_points
)

Description [src]

Sets the maximum number of points to use for the pan. Set to 0 to allow an unlimited number.

Parameters

max_n_points

Type: unsigned int

The maximum number of points.