Method
ClutterEventget_gesture_motion_delta_unaccelerated
Declaration [src]
void
clutter_event_get_gesture_motion_delta_unaccelerated (
const ClutterEvent* event,
gdouble* dx,
gdouble* dy
)
Description [src]
Returns the unaccelerated gesture motion deltas relative to the current
pointer position. Unlike clutter_event_get_gesture_motion_delta()
,
pointer acceleration is ignored.
Parameters
dx
-
Type:
gdouble*
The displacement relative to the pointer position in the X axis, or
NULL
.The argument will be set by the function. The argument can be NULL
. dy
-
Type:
gdouble*
The displacement relative to the pointer position in the Y axis, or
NULL
.The argument will be set by the function. The argument can be NULL
.