Method

ClutterPanGestureget_delta_abs

Declaration [src]

void
clutter_pan_gesture_get_delta_abs (
  ClutterPanGesture* self,
  graphene_vec2_t* delta_out
)

Description

No description available.

Parameters

delta_out

Type: graphene_vec2_t

The delta from the latest event.

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