GameInputHapticWaveformInfo
Describes a haptic waveform that can be played on a haptic feedback motor.Syntax
Members
usageType: GameInputUsage The HID usage identifying this waveform. isDurationSupported
Type: bool Whether the
duration field in GameInputHapticFeedbackParams is supported for this waveform.
isIntensitySupportedType: bool Whether the
intensity field in GameInputHapticFeedbackParams is supported.
isRepeatSupportedType: bool Whether the
playCount field is supported.
isRepeatDelaySupportedType: bool Whether the
repeatDelay field is supported.
defaultDurationType: uint64_t The default playback duration of the waveform in microseconds.
