Skip to content

Commit

Permalink
Tap drag lock timeout: update readme, add tips.
Browse files Browse the repository at this point in the history
  • Loading branch information
p2rkw committed Jan 21, 2018
1 parent cbbbec0 commit 758338c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ Available options and their defaults are as follows.
[TapDragTime](#TapDragTime)    
[TapDragWait](#TapDragWait)    
[TapDragDist](#TapDragDist)    
[TapDragLockTimeout](#TapDragLockTimeout)    

[AxisXInvert](#AxisXInvert)    
[AxisYInvert](#AxisYInvert)    
Expand Down Expand Up @@ -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.

<a name="TapDragLockTimeout"></a>
**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.

<a name="AxisXInvert"></a>
**AxisXInvert** -
Whether or not to invert the X axis. Boolean value. Defaults to false.
Expand Down

0 comments on commit 758338c

Please sign in to comment.