mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-29 20:40:09 +01:00
Fix documentation for tap_get_enabled()
Technically we return LIBINPUT_CONFIG_TAP_DISABLED, which is 0. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
bc9f16b40e
commit
163dfbfacb
1 changed files with 2 additions and 1 deletions
|
|
@ -1879,7 +1879,8 @@ libinput_device_config_tap_set_enabled(struct libinput_device *device,
|
|||
* @ingroup config
|
||||
*
|
||||
* Check if tap-to-click is enabled on this device. If the device does not
|
||||
* support tapping, this function always returns 0.
|
||||
* support tapping, this function always returns @ref
|
||||
* LIBINPUT_CONFIG_TAP_DISABLED.
|
||||
*
|
||||
* @param device The device to configure
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue