Signal
ClutterPanAction::pan
Declaration
gboolean
pan (
ClutterPanAction* self,
ClutterActor* actor,
gboolean is_interpolated,
gpointer user_data
)
Description [src]
The ::pan 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 |
Available since: | 1.12 |
Parameters
actor |
ClutterActor |
The |
|
The data is owned by the caller of the function. | |
is_interpolated |
gboolean |
If the event is the result of interpolating the motion velocity at the end of the drag. |