Skip to content

cf_haptic_update_effect

Category: haptic
GitHub: cute_haptics.h


Dynamically updates an effect on the device. This can not change the effect type.

void cf_haptic_update_effect(CF_Haptic haptic, CF_HapticEffect effect, CF_HapticData data);
Parameters Description
haptic The haptic.
effect The haptic effect created by cf_haptic_create_effect.
data The updated haptic specification.

CF_Haptic
cf_haptic_open
CF_HapticData
CF_HapticEffect
cf_haptic_create_effect
cf_haptic_run_effect
cf_haptic_stop_effect