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