From 758338ca5acc379d8915ed5b02831fa851d1a354 Mon Sep 17 00:00:00 2001 From: p2rkw Date: Sun, 21 Jan 2018 22:55:43 +0100 Subject: [PATCH] Tap drag lock timeout: update readme, add tips. --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 009a2e4..c237557 100644 --- a/README.md +++ b/README.md @@ -177,6 +177,7 @@ Available options and their defaults are as follows. [TapDragTime](#TapDragTime)     [TapDragWait](#TapDragWait)     [TapDragDist](#TapDragDist)     +[TapDragLockTimeout](#TapDragLockTimeout)     [AxisXInvert](#AxisXInvert)     [AxisYInvert](#AxisYInvert)     @@ -611,6 +612,16 @@ How far the finger is allowed to move during drag wait time. If the finger moves farther than this distance during the wait time then dragging will be canceled and pointer movement will resume. Integer value. Defaults to 200. + +**TapDragLockTimeout** - +This is how long the driver will wait after initial drag in 'drag ready' state +in which it will be able to resume previous drag without additional `up`, `down` +sequence. +Value of 0 disables this functionality. +Values less than zero will make mtrack requre additional tap to finish drag +by sending `button up`. +Integer value representing milliseconds. Defaults to 500. + **AxisXInvert** - Whether or not to invert the X axis. Boolean value. Defaults to false.