Method

ClutterEventget_relative_motion

Declaration [src]

gboolean
clutter_event_get_relative_motion (
  const ClutterEvent* event,
  double* dx,
  double* dy,
  double* dx_unaccel,
  double* dy_unaccel
)

Description

No description available.

Parameters

dx double*
  No description available.
 The data is owned by the caller of the function.
dy double*
  No description available.
 The data is owned by the caller of the function.
dx_unaccel double*
  No description available.
 The data is owned by the caller of the function.
dy_unaccel double*
  No description available.
 The data is owned by the caller of the function.

Return value

Returns: gboolean
  No description available.