doc: note that gestures may be cancelled
authorPeter Hutterer <peter.hutterer@who-t.net>
Mon, 23 Sep 2019 04:15:43 +0000 (14:15 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Wed, 9 Jun 2021 03:01:26 +0000 (13:01 +1000)
This has been in place forever, so let's note it in the docs.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
doc/user/gestures.rst

index 4213c28e57f950c3133505eb2d66307577d3884f..2dd8eb63ea0a3447738c21264780f35a9a818b8f 100644 (file)
@@ -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: