1
0
Fork 0

docs: Fix GestureAction.get_velocity()

The velocity is in pixels per milliseconds, not microseconds.

https://bugzilla.gnome.org/show_bug.cgi?id=683113
This commit is contained in:
Emmanuele Bassi 2012-09-03 21:56:39 +01:00
parent d6a0f7eb61
commit df0ab34499

View file

@ -688,7 +688,7 @@ clutter_gesture_action_get_release_coords (ClutterGestureAction *action,
* @velocity_y: (out) (allow-none): return location for the latest motion
* event's Y velocity
*
* Retrieves the velocity, in stage pixels per microseconds, of the
* Retrieves the velocity, in stage pixels per milliseconds, of the
* latest motion event during the dragging
*
* Since: 1.12