3.3.6.7 SEQ_TAP_DIST_THRESHOLD
The SEQ_TAP_DIST_THRESHOLD parameter limits the allowable distance of the current touch's initial press from the liftoff position of the previous touch. It is used for multiple taps (double-tap, triple-tap etc). If the taps following the first are within this threshold, then the tap counter will be incremented. If the following tap gestures exceed this threshold, the previous touch is sent as a single tap and the current touch will reset the tap counter.
Unit: position
Example: If SEQ_TAP_DIST_THRESHOLD is configured as 20, after the first tap, if the user taps again within 20 position, it is considered as double tap gesture.
Parameter | Range |
SEQ_TAP_DIST_THRESHOLD | 0 to 255 |