mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 19:40:05 +01:00
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:
parent
88d87e763c
commit
ae75a44e30
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue