GameInputHapticFeedbackParams
Describes the parameters of a haptic feedback effect to play on a device motor.Syntax
Members
waveformIndexType: uint32_t Index into the motor’s waveform array (from
GameInputHapticFeedbackMotorInfo.waveformInfo) identifying the waveform to play.
durationType: uint64_t Duration of the effect in microseconds. Set to 0 to use the waveform’s default duration. intensity
Type: float Intensity of the effect in the range [0.0, 1.0]. playCount
Type: uint32_t Number of times to repeat the waveform. Set to 0 for indefinite repetition. repeatDelay
Type: uint64_t Delay in microseconds between repetitions.
