Function input_sys::libinput_device_config_tap_get_default_enabled[][src]

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

@ingroup config

Return the default setting for whether tap-to-click is enabled on this device.

@param device The device to configure @retval LIBINPUT_CONFIG_TAP_ENABLED If tapping is enabled by default @retval LIBINPUT_CONFIG_TAP_DISABLED If tapping Is disabled by default

@see libinput_device_config_tap_get_finger_count @see libinput_device_config_tap_set_enabled @see libinput_device_config_tap_get_enabled