From 97284211d4566ac90b2a23567d9c4906a85d4b71 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 13 Jun 2024 09:00:29 +1000 Subject: [PATCH] doc/api: link to a few tablet configuration settings We have a rough grouping of config options per device type, let's add the tablet ones there too. Part-of: --- src/libinput.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/libinput.h b/src/libinput.h index e25d2e14..f7bd3cf5 100644 --- a/src/libinput.h +++ b/src/libinput.h @@ -4615,6 +4615,10 @@ libinput_device_group_get_user_data(struct libinput_device_group *group); * - libinput_device_config_dwt_set_enabled() * - Touchscreens: * - libinput_device_config_calibration_set_matrix() + * - Tablets: + * - libinput_device_config_calibration_set_matrix() + * - libinput_tablet_tool_config_pressure_range_set() + * - libinput_device_config_left_handed_set() * - Pointer devices (mice, trackballs, touchpads): * - libinput_device_config_accel_set_speed() * - libinput_device_config_accel_set_profile()