mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-24 07:40:04 +01:00
If a touch moves by more than 20mm within a single frame, reset the motion history, effectively discarding the movement. This is a relatively common bug and almost always needs a kernel fix, so add an explanatory page to the docs. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Benjamin Tissoires <benjamin.tissoires@gmail.com> Reviewed-by: Hans de Goede <hdegoede@redhat.com>
41 lines
650 B
Text
41 lines
650 B
Text
/**
|
|
@page touchpads Touchpads
|
|
|
|
- @subpage scrolling
|
|
- @subpage clickpad_softbuttons
|
|
- @subpage tapping
|
|
- @subpage gestures
|
|
- @subpage palm_detection
|
|
- @subpage t440_support
|
|
- @subpage touchpad_jumping_cursor
|
|
|
|
@page touchscreens Touchscreens
|
|
|
|
- @subpage absolute_axes
|
|
|
|
@page pointers Mice, Trackballs, etc.
|
|
|
|
- @subpage motion_normalization
|
|
|
|
@page tablets Graphics Tablets
|
|
|
|
- @subpage tablet-support
|
|
|
|
@page general General setup
|
|
|
|
- @subpage udev_config
|
|
- @subpage seats
|
|
|
|
@page misc Users
|
|
|
|
- @subpage faq
|
|
- @subpage tools
|
|
- @subpage reporting_bugs
|
|
|
|
@page developers Developers
|
|
|
|
- @subpage test-suite
|
|
- @subpage tools
|
|
- @subpage pointer-acceleration
|
|
|
|
*/
|