mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-24 22:50:05 +01:00
read-only mirror of https://gitlab.freedesktop.org/libinput/libinput
On small touchpads, a touch that intends to go across the width of the touchpad is likely to start in the edge zone. Likewise, on those touchpads the chances of a palm event happening on the edge is small. A minimum width of 8cm determined by an elaborate process of completely unscientific guesswork: the x220 is roughly 7.5cm across and doesn't suffer much from edge events, the T440s is 10cm across and definitely suffers from it. So the trigger width likely somewhere in between which makes 8cm about as valid as any other guess. Note that this disables palm detection for resolution-less touchpads too - if we don't know how big the touchpad is we can't know if palm detection on the edges is necessary. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Hans de Goede <hdegoede@redhat.com> |
||
|---|---|---|
| doc | ||
| include/linux | ||
| m4 | ||
| src | ||
| test | ||
| tools | ||
| .gitignore | ||
| autogen.sh | ||
| configure.ac | ||
| COPYING | ||
| Makefile.am | ||
| README | ||
libinput libinput is a library that handles input devices for display servers and other applications that need to directly deal with input devices. It provides device detection, device handling, input device event processing and abstraction so minimize the amount of custom input code the user of libinput need to provide the common set of functionality that users expect. Input event processing includes scaling touch coordinates, generating pointer events from touchpads, pointer acceleration, etc. libinput originates from weston, the Wayland reference compositor. The source code of libinput can be found at: http://cgit.freedesktop.org/wayland/libinput For more information, visit: http://www.freedesktop.org/wiki/Software/libinput/