diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2019-09-23 14:15:43 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2021-06-09 13:01:26 +1000 |
commit | c96d414fdce8f28bbf3101071eedac5854caaa87 (patch) | |
tree | aef2ed1df53d5cae4aaf4538e252820ac0659154 | |
parent | 9b024c6928686f41aea3d59a04cd80a581bcc857 (diff) |
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>
-rw-r--r-- | doc/user/gestures.rst | 7 |
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: |