Skip to main content

GameInputHapticWaveformInfo

Deprecated. This structure was removed in GameInput v1 and is not available in the current API.
Describes a haptic waveform that can be played on a haptic feedback motor.

Syntax

Members

usage
Type: GameInputUsage
The HID usage identifying this waveform. isDurationSupported
Type: bool
Whether the duration field in GameInputHapticFeedbackParams is supported for this waveform. isIntensitySupported
Type: bool
Whether the intensity field in 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

See also

Deprecated GameInput API members GameInputHapticFeedbackMotorInfo GameInputHapticFeedbackParams
Last modified on August 4, 2026