CF_HapticType¶
Category: haptic
GitHub: cute_haptics.h
Various types of supported haptic effects.
Values¶
Enum | Description |
---|---|
HAPTIC_TYPE_INVALID | An invalid haptic type. |
HAPTIC_TYPE_LEFTRIGHT | Left to right rumble haptic. |
HAPTIC_TYPE_PERIODIC | Periodic wave-form rumble haptic. |
HAPTIC_TYPE_RAMP | A ramp over time rumble haptic. |
Related Pages¶
cf_haptic_type_to_string
CF_HapticData
CF_HapticLeftRight
CF_HapticPeriodic
CF_HapticRamp