Function libinput_device_config_accel_set_profile
pub unsafe extern "C" fn libinput_device_config_accel_set_profile(
device: *mut libinput_device,
profile: u32,
) -> u32
Expand description
@ingroup config
Set the pointer acceleration profile of this pointer device to the given mode.
@param device The device to configure @param profile The profile to set the device to.
@return A config status code
@since 1.1