From ae75a44e303e744e2034b93b55977c23fe16d533 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 20 Feb 2015 14:16:04 +1000 Subject: [PATCH] Clarify a comment, it's wheel clicks, not mouse clicks Signed-off-by: Peter Hutterer --- src/libinput.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libinput.h b/src/libinput.h index 56c3ca13..09e24cfb 100644 --- a/src/libinput.h +++ b/src/libinput.h @@ -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. * * 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 * LIBINPUT_POINTER_AXIS_SOURCE_FINGER, the discrete value is always 0.