Function input_sys::libinput_device_config_tap_get_drag_enabled
[−]
[src]
pub unsafe extern fn libinput_device_config_tap_get_drag_enabled(device: *mut libinput_device)
-> libinput_config_drag_state
@ingroup config
Return whether tap-and-drag is enabled or disabled on this device.
@param device The device to check @retval LIBINPUT_CONFIG_DRAG_ENABLED if tap-and-drag is enabled @retval LIBINPUT_CONFIG_DRAG_DISABLED if tap-and-drag is disabled
@see libinput_device_config_tap_drag_set_enabled @see libinput_device_config_tap_drag_get_default_enabled