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:
parent
d6a0f7eb61
commit
df0ab34499
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user