> ## 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.

# GameInputHapticWaveformInfo

> GameInputHapticWaveformInfo

# GameInputHapticWaveformInfo

<Warning>**Deprecated.** This structure was removed in GameInput v1 and is not available in the current API.</Warning>

Describes a haptic waveform that can be played on a haptic feedback motor.

## Syntax

```cpp theme={null}
typedef struct GameInputHapticWaveformInfo {
    GameInputUsage usage;
    bool isDurationSupported;
    bool isIntensitySupported;
    bool isRepeatSupported;
    bool isRepeatDelaySupported;
    uint64_t defaultDuration;
} GameInputHapticWaveformInfo;
```

## Members

**usage**\
Type: GameInputUsage

The HID usage identifying this waveform.

**isDurationSupported**\
Type: bool

Whether the `duration` field in [GameInputHapticFeedbackParams](/reference/input/gameinput/deprecated/structs/gameinputhapticfeedbackparams) is supported for this waveform.

**isIntensitySupported**\
Type: bool

Whether the `intensity` field in [GameInputHapticFeedbackParams](/reference/input/gameinput/deprecated/structs/gameinputhapticfeedbackparams) is supported.

**isRepeatSupported**\
Type: bool

Whether the `playCount` field is supported.

**isRepeatDelaySupported**\
Type: bool

Whether the `repeatDelay` field is supported.

**defaultDuration**\
Type: uint64\_t

The default playback duration of the waveform in microseconds.

## Version History

| Version | Changes     |
| ------- | ----------- |
| **v1**  | Removed.    |
| **v0**  | Introduced. |

## See also

[Deprecated GameInput API members](/reference/input/gameinput/deprecated/gameinput_deprecated_members)
[GameInputHapticFeedbackMotorInfo](/reference/input/gameinput/deprecated/structs/gameinputhapticfeedbackmotorinfo)
[GameInputHapticFeedbackParams](/reference/input/gameinput/deprecated/structs/gameinputhapticfeedbackparams)


## Related topics

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