Function libinput_device_config_dwt_is_available
pub unsafe extern "C" fn libinput_device_config_dwt_is_available(
device: *mut libinput_device,
) -> i32
Expand description
@ingroup config
Check if this device supports configurable disable-while-typing feature. This feature is usually available on built-in touchpads and disables the touchpad while typing. See the libinput documentation for details.
@param device The device to configure @return 0 if this device does not support disable-while-typing, or 1 otherwise.
@see libinput_device_config_dwt_set_enabled @see libinput_device_config_dwt_get_enabled @see libinput_device_config_dwt_get_default_enabled