diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2021-02-15 17:06:34 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2021-02-15 17:13:46 +1000 |
commit | a0d842a640228caab3317d242eac2440982d68f0 (patch) | |
tree | 7a4f110c0af1c787b54a5e278e049bba7b93ce2e | |
parent | da5bdd2022ceb5d2c775fedfd9106bdd41b67b84 (diff) |
doc: update the docs with a note regarding multifinger dragging
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r-- | doc/user/tapping.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/user/tapping.rst b/doc/user/tapping.rst index afce206e..95b2d49d 100644 --- a/doc/user/tapping.rst +++ b/doc/user/tapping.rst @@ -49,6 +49,11 @@ Tap-and-drag is optional and can be enabled or disabled with **libinput_device_config_tap_set_drag_enabled()**. Most devices have tap-and-drag enabled by default. +.. note:: Dragging is always done with one finger. The number of fingers on + the initial tap decide the type of button click. For example, to + middle-click drag, tap with three fingers followed by a + single-finger drag. + Also optional is a feature called "drag lock". With drag lock disabled, lifting the finger will stop any drag process. When enabled, libinput will ignore a finger up event during a drag process, provided the finger is set down again |