mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 06:50:05 +01:00
Well, I say "measure" but really at this point it just reads the properties/axes and then does it's best to auto-generate a hwdb entry that matches the user's hardware and sets a fuzz value on the device. Ideally this reduces the number of hand-holding required in bugzillas. There are plenty of things that can go wrong, so our fallback is still to throw up our hands and point to the documentation. https://bugs.freedesktop.org/show_bug.cgi?id=98839 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
56 lines
1.1 KiB
Text
56 lines
1.1 KiB
Text
/**
|
|
@page touchpads Touchpads
|
|
|
|
- @subpage scrolling
|
|
- @subpage clickpad_softbuttons
|
|
- @subpage tapping
|
|
- @subpage gestures
|
|
- @subpage touchpad_pressure
|
|
- @subpage palm_detection
|
|
- @subpage t440_support
|
|
- @subpage touchpad_jumping_cursor
|
|
- @subpage absolute_coordinate_ranges
|
|
- @subpage touchpad_jitter
|
|
|
|
@page touchscreens Touchscreens
|
|
|
|
- @subpage absolute_axes
|
|
|
|
@page pointers Mice, Trackballs, etc.
|
|
|
|
- @subpage motion_normalization
|
|
- @subpage middle_button_emulation
|
|
- @subpage button_debouncing
|
|
- @subpage trackpoints
|
|
|
|
@page tablets Graphics Tablets
|
|
|
|
- @subpage tablet-support
|
|
|
|
@page general General
|
|
|
|
- @subpage udev_config
|
|
- @subpage seats
|
|
- @subpage timestamps
|
|
|
|
@page misc Users
|
|
|
|
- @subpage what_is_libinput
|
|
- @subpage faq
|
|
- @subpage tools
|
|
- @subpage reporting_bugs
|
|
|
|
@page developers Developers
|
|
|
|
Contributions to libinput are always welcome. See the links below for
|
|
specific documentation.
|
|
|
|
- @subpage what_is_libinput
|
|
- @subpage contributing
|
|
- @subpage architecture
|
|
- @subpage building_libinput
|
|
- @subpage test-suite
|
|
- @subpage tools
|
|
- @subpage pointer-acceleration
|
|
|
|
*/
|