DualSenseVibrationMode Enumeration |
Dual Sense vibration mode.
Namespace: Rewired.ControllerExtensionsAssembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0+fd80194fe28f6b408ce098e98c53850d307c3a32
Syntaxpublic enum DualSenseVibrationMode
Members| Member name | Value | Description |
|---|
| Advanced | 1 |
Required to use audio-based vibration.
Normal motor vibration does not work in Advanced mode.
|
| Compatible | 2 |
Approximates how a DualShock 4 handles vibration.
Vibration mode must be set to either Compatible or Compatible2 to use standard motor vibration.
|
| Compatible2 | 3 |
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