Click or drag to resize

DualSenseVibrationMode Enumeration

Dual Sense vibration mode.

Namespace: Rewired.ControllerExtensions
Assembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0+20d1932ee9c49d9b6496f76a0835fd9b82311ad2
Syntax
C#
public enum DualSenseVibrationMode
Members
Member nameValueDescription
Advanced1 Required to use audio-based vibration. Normal motor vibration does not work in Advanced mode.
Compatible2 Approximates how a DualShock 4 handles vibration. Vibration mode must be set to either Compatible or Compatible2 to use standard motor vibration.
Compatible23 Approximates how a DualShock 4 handles vibration even more accurately than Compatible mode. Vibration mode must be set to either Compatible or Compatible2 to use standard motor vibration.
See Also