Improve the tap detection mechanism.
authorbru <bru@openbsd.org>
Wed, 24 Mar 2021 18:28:24 +0000 (18:28 +0000)
committerbru <bru@openbsd.org>
Wed, 24 Mar 2021 18:28:24 +0000 (18:28 +0000)
commit4c234c18cc0aec48b9987f859e334c8dc81e675e
tree33a0eb17af5824fcf847ab3c7eef61e6aa406012
parent410192454d40700efafc068be2593a7cf5c958c2
Improve the tap detection mechanism.

Revision 1.29 of wstpad.c has removed the 'maxdist' checks
for multi-finger taps.  While this change makes tap detection
more reliable, and does not affect inputs intended for pointer
movement, it might interfere with short scroll gestures.
This version reorganizes the filtering code, and reintroduces
a weaker version of those checks for MT touchpads.
sys/dev/wscons/wstpad.c