CF_HapticData¶
Category: haptic
GitHub: cute_haptics.h
Container struct for all possible supported haptic types.
Struct Members | Description |
---|---|
CF_HapticType type |
The type of the haptic, see CF_HapticType. |
CF_HapticLeftRight leftright |
A leftright haptic if type is CF_HAPTIC_TYPE_LEFTRIGHT , see CF_HapticLeftRight. |
CF_HapticPeriodic periodic |
A periodic haptic if type is CF_HAPTIC_TYPE_PERIODIC , see CF_HapticLeftRight. |
CF_HapticRamp ramp |
A ramp haptic if type is CF_HAPTIC_TYPE_RAMP , see CF_HapticLeftRight. |
Related Pages¶
CF_Haptic
CF_HapticType
cf_haptic_open
cf_haptic_close
CF_HapticEffect
cf_haptic_create_effect
CF_HapticRamp
CF_HapticPeriodic
CF_HapticLeftRight