> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# GameInputHapticFeedbackMotorInfo

> GameInputHapticFeedbackMotorInfo

# GameInputHapticFeedbackMotorInfo

<Warning>**Deprecated.** This structure was removed in GameInput v1 and is not available in the current API. Use [GameInputHapticInfo](/reference/input/gameinput/structs/gameinputhapticinfo) instead.</Warning>

Describes a haptic feedback motor on an input device.

## Syntax

```cpp theme={null}
typedef struct GameInputHapticFeedbackMotorInfo {
    GameInputRumbleMotors mappedRumbleMotors;
    GameInputLocation location;
    uint32_t locationId;
    uint32_t waveformCount;
    const GameInputHapticWaveformInfo* waveformInfo;
} GameInputHapticFeedbackMotorInfo;
```

## Members

**mappedRumbleMotors**\
Type: [GameInputRumbleMotors](/reference/input/gameinput/enums/gameinputrumblemotors)

Which rumble motors (if any) this haptic motor is mapped to.

**location**\
Type: [GameInputLocation](/reference/input/gameinput/deprecated/enums/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](/reference/input/gameinput/deprecated/structs/gameinputhapticwaveforminfo)\*

Pointer to an array of `waveformCount` waveform descriptors.

## Version History

| Version | Changes                                                                                             |
| ------- | --------------------------------------------------------------------------------------------------- |
| **v1**  | Removed. Replaced by [GameInputHapticInfo](/reference/input/gameinput/structs/gameinputhapticinfo). |
| **v0**  | Introduced.                                                                                         |

## See also

[Deprecated GameInput API members](/reference/input/gameinput/deprecated/gameinput_deprecated_members)
[GameInputHapticInfo](/reference/input/gameinput/structs/gameinputhapticinfo)
[GameInputHapticWaveformInfo](/reference/input/gameinput/deprecated/structs/gameinputhapticwaveforminfo)
[GameInputHapticFeedbackParams](/reference/input/gameinput/deprecated/structs/gameinputhapticfeedbackparams)


## Related topics

- [GameInputHapticFeedbackParams](/reference/input/gameinput/deprecated/structs/gameinputhapticfeedbackparams.md)
- [XAG 110: Haptic feedback](/build/game-principles/accessibility/xag-deep-dives/xag-110-haptic-feedback.md)
- [GameInputHapticWaveformInfo](/reference/input/gameinput/deprecated/structs/gameinputhapticwaveforminfo.md)
- [GameInput](/reference/input/gameinput/gameinput_members.md)
- [Deprecated GameInput API members](/reference/input/gameinput/deprecated/gameinput_deprecated_members.md)
