summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorQuytelda Kahja <quytelda@tamalin.org>2021-07-25 19:23:06 -0700
committerPeter Hutterer <peter.hutterer@who-t.net>2021-07-28 23:53:36 +0000
commite6c4b1d16ead9c40599dcea30c1598ecb9760b7d (patch)
treed050b280d37c15c4ed738ac64a4a1aa315918c8a /doc
parent8ee853749102cfd54be09148077edad153c45764 (diff)
downloadlibinput-e6c4b1d16ead9c40599dcea30c1598ecb9760b7d.tar.gz
quirks: Add tablet smoothing attribute.
https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/512 disables input smoothing for AES devices. However, some AES devices produce segmented/wobbly curves without smoothing. This change introduces an `AttrTabletSmoothing` boolean property, which overrides the default smoothing behavior. See #632 Signed-off-by: Quytelda Kahja <quytelda@tamalin.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/user/device-quirks.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/user/device-quirks.rst b/doc/user/device-quirks.rst
index 32d299c6..3d4fe83b 100644
--- a/doc/user/device-quirks.rst
+++ b/doc/user/device-quirks.rst
@@ -190,3 +190,6 @@ AttrInputPropEnable=INPUT_PROP_BUTTONPAD;INPUT_PROP_POINTER;
AttrPointingStickIntegration=internal|external
Indicates the integration of the pointing stick. This is a string enum.
Only needed for external pointing sticks. These are rare.
+AttrTabletSmoothing=1|0
+ Enables (1) or disables (0) input smoothing for tablet devices. Smoothing is enabled
+ by default, except on AES devices.