Function libinput_device_config_dwt_get_enabled
pub unsafe extern "C" fn libinput_device_config_dwt_get_enabled(
device: *mut libinput_device,
) -> u32
Expand description
@ingroup config
Check if the disable-while typing feature is currently enabled on this device. If the device does not support disable-while-typing, this function returns @ref LIBINPUT_CONFIG_DWT_DISABLED.
@param device The device to configure @return @ref LIBINPUT_CONFIG_DWT_DISABLED if disabled, @ref LIBINPUT_CONFIG_DWT_ENABLED if enabled.
@see libinput_device_config_dwt_is_available @see libinput_device_config_dwt_set_enabled @see libinput_device_config_dwt_get_default_enabled