pub unsafe extern "C" fn libinput_device_config_dwtp_is_available(
    device: *mut libinput_device
) -> c_int
Expand description

@ingroup config

Check if this device supports configurable disable-while-trackpointing feature. This feature is usually available on Thinkpads and disables the touchpad while using the trackpoint. See the libinput documentation for details.

@param device The device to configure @return 0 if this device does not support disable-while-trackpointing, or 1 otherwise.

@see libinput_device_config_dwtp_set_enabled @see libinput_device_config_dwtp_get_enabled @see libinput_device_config_dwtp_get_default_enabled

@since 1.21