summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2019-09-23 14:15:43 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2021-06-09 13:01:26 +1000
commitc96d414fdce8f28bbf3101071eedac5854caaa87 (patch)
treeaef2ed1df53d5cae4aaf4538e252820ac0659154 /doc
parent9b024c6928686f41aea3d59a04cd80a581bcc857 (diff)
downloadlibinput-c96d414fdce8f28bbf3101071eedac5854caaa87.tar.gz
doc: note that gestures may be cancelled
This has been in place forever, so let's note it in the docs. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'doc')
-rw-r--r--doc/user/gestures.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/user/gestures.rst b/doc/user/gestures.rst
index 4213c28e..2dd8eb63 100644
--- a/doc/user/gestures.rst
+++ b/doc/user/gestures.rst
@@ -20,9 +20,10 @@ finger belonging to this gesture is lifted.
A single gesture cannot change the finger count. For example, if a user
puts down a fourth finger during a three-finger swipe gesture, libinput will
-end the three-finger gesture and, if applicable, start a four-finger swipe
-gesture. A caller may however decide that those gestures are semantically
-identical and continue the two gestures as one single gesture.
+end (cancel) the three-finger gesture and, if applicable, start a
+four-finger swipe gesture. A caller may however decide that those gestures
+are semantically identical and continue the two gestures as one single
+gesture.
.. _gestures_pinch: