GameInputHapticFeedbackMotorInfo
Describes a haptic feedback motor on an input device.Syntax
Members
mappedRumbleMotorsType: GameInputRumbleMotors Which rumble motors (if any) this haptic motor is mapped to. location
Type: GameInputLocation The physical location of the motor on the device. locationId
Type: uint32_t An identifier distinguishing motors at the same location. waveformCount
Type: uint32_t Number of haptic waveforms supported by this motor. waveformInfo
Type: const GameInputHapticWaveformInfo* Pointer to an array of
waveformCount waveform descriptors.
