After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 683113 - Bug in ClutterGestureAction documentation
Bug in ClutterGestureAction documentation
Status: RESOLVED FIXED
Product: clutter
Classification: Platform
Component: ClutterAction
unspecified
Other Linux
: Normal normal
: ---
Assigned To: clutter-maint
clutter-maint
Depends on:
Blocks:
 
 
Reported: 2012-08-31 15:03 UTC by Giovanni Campagna
Modified: 2012-09-03 20:57 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Giovanni Campagna 2012-08-31 15:03:56 UTC
Docs for clutter_gesture_action_get_velocity() say the returned velocity is in pixels per microseconds.
Looking at the code, I see a length in pixel divided by an event time in milliseconds.