Function libinput_device_config_accel_get_default_speed
pub unsafe extern "C" fn libinput_device_config_accel_get_default_speed(
device: *mut libinput_device,
) -> f64
Expand description
@ingroup config
Return the default speed setting for this device, normalized to a range of [-1, 1]. See libinput_device_config_accel_set_speed() for details.
@param device The device to configure @return The default speed setting for this device.
@see libinput_device_config_accel_is_available @see libinput_device_config_accel_set_speed @see libinput_device_config_accel_get_speed