mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-22 05:30:05 +01:00
s/discreet/discrete/
Discreet means to not draw attention. Discrete means non-continuous. Signed-off-by: Jonas Ådahl <jadahl@gmail.com> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
d61f050d7f
commit
bdebf2bc4e
1 changed files with 2 additions and 2 deletions
|
|
@ -704,7 +704,7 @@ libinput_event_pointer_get_axis_value(struct libinput_event_pointer *event);
|
||||||
*
|
*
|
||||||
* If the source is @ref LIBINPUT_POINTER_AXIS_SOURCE_WHEEL, no terminating
|
* If the source is @ref LIBINPUT_POINTER_AXIS_SOURCE_WHEEL, no terminating
|
||||||
* event is guaranteed (though it may happen).
|
* event is guaranteed (though it may happen).
|
||||||
* Scrolling is in discreet steps, a value of 10 representing one click
|
* Scrolling is in discrete steps, a value of 10 representing one click
|
||||||
* of a typical mouse wheel. Some mice may have differently grained wheels,
|
* of a typical mouse wheel. Some mice may have differently grained wheels,
|
||||||
* libinput will adjust the value accordingly. It is up to the caller how to
|
* libinput will adjust the value accordingly. It is up to the caller how to
|
||||||
* interpret such different step sizes.
|
* interpret such different step sizes.
|
||||||
|
|
@ -1954,7 +1954,7 @@ libinput_device_config_accel_is_available(struct libinput_device *device);
|
||||||
* this device. The actual pointer acceleration mechanism is
|
* this device. The actual pointer acceleration mechanism is
|
||||||
* implementation-dependent, as is the number of steps available within the
|
* implementation-dependent, as is the number of steps available within the
|
||||||
* range. libinput picks the semantically closest acceleration step if the
|
* range. libinput picks the semantically closest acceleration step if the
|
||||||
* requested value does not match a discreet setting.
|
* requested value does not match a discrete setting.
|
||||||
*
|
*
|
||||||
* @param device The device to configure
|
* @param device The device to configure
|
||||||
* @param speed The normalized speed, in a range of [-1, 1]
|
* @param speed The normalized speed, in a range of [-1, 1]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue