Method
ClutterPanActionget_interpolated_delta
Declaration [src]
gfloat
clutter_pan_action_get_interpolated_delta (
ClutterPanAction* self,
gfloat* delta_x,
gfloat* delta_y
)
Description [src]
Retrieves the delta, in stage space, since the latest interpolated event, analogous to clutter_gesture_action_get_motion_delta().
Available since: | 1.12 |
Parameters
delta_x |
gfloat* |
Return location for the X delta since the latest interpolated event. |
|
The argument will be set by the function. | |
The argument can be NULL . | |
delta_y |
gfloat* |
Return location for the Y delta since the latest interpolated event. |
|
The argument will be set by the function. | |
The argument can be NULL . |