Method
ClutterEventget_gesture_motion_delta
Declaration [src]
void
clutter_event_get_gesture_motion_delta (
const ClutterEvent* event,
gdouble* dx,
gdouble* dy
)
Parameters
dx |
gdouble* |
The displacement relative to the pointer
position in the X axis, or |
|
| The argument will be set by the function. | |
The argument can be NULL. | |
dy |
gdouble* |
The displacement relative to the pointer
position in the Y axis, or |
|
| The argument will be set by the function. | |
The argument can be NULL. |