Clarify a comment, it's wheel clicks, not mouse clicks

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2015-02-20 14:16:04 +10:00
parent 88d87e763c
commit ae75a44e30

View file

@ -747,7 +747,7 @@ libinput_event_pointer_get_axis_source(struct libinput_event_pointer *event);
* value translates into a discrete step depends on the source. * value translates into a discrete step depends on the source.
* *
* If the source is @ref LIBINPUT_POINTER_AXIS_SOURCE_WHEEL, the discrete * If the source is @ref LIBINPUT_POINTER_AXIS_SOURCE_WHEEL, the discrete
* value correspond to the number of physical mouse clicks. * value correspond to the number of physical mouse wheel clicks.
* *
* If the source is @ref LIBINPUT_POINTER_AXIS_SOURCE_CONTINUOUS or @ref * If the source is @ref LIBINPUT_POINTER_AXIS_SOURCE_CONTINUOUS or @ref
* LIBINPUT_POINTER_AXIS_SOURCE_FINGER, the discrete value is always 0. * LIBINPUT_POINTER_AXIS_SOURCE_FINGER, the discrete value is always 0.