Signal
ClutterPanAction::pan
Declaration
gboolean
pan (
  ClutterPanAction* self,
  ClutterActor* actor,
  gboolean is_interpolated,
  gpointer user_data
)
Description [src]
The signal is emitted to keep track of the motion during
a pan gesture. is_interpolated is set to TRUE during the
interpolation phase of the pan, after the drag has ended and
the :interpolate property was set to TRUE.
| Default handler: The default handler is called after the handlers added via  | 
Parameters
- actor
- 
            Type: ClutterActorThe ClutterActorattached to theaction.The data is owned by the caller of the function. 
- is_interpolated
- 
            Type: gbooleanIf the event is the result of interpolating the motion velocity at the end of the drag.