Method

ClutterPanGestureget_velocity

Declaration [src]

void
clutter_pan_gesture_get_velocity (
  ClutterPanGesture* self,
  graphene_vec2_t* velocity_out
)

Description [src]

Retrieves the current velocity of the pan.

Parameters

velocity_out

Type: graphene_vec2_t

A #graphene_vec2_t.

The argument will be set by the function.
The returned data is owned by the instance.