Click or drag to resize

DualSenseVibrationMode Class

Dual Sense vibration mode.
Inheritance Hierarchy
SystemObject
  SystemValueType
    SystemEnum
      Rewired.ControllerExtensionsDualSenseVibrationMode

Namespace: Rewired.ControllerExtensions
Assembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public sealed class DualSenseVibrationMode : Enum

The DualSenseVibrationMode type exposes the following members.

Fields
 NameDescription
Public fieldStatic memberAdvanced Required to use audio-based vibration. Normal motor vibration does not work in Advanced mode.
Public fieldStatic memberCompatible Approximates how a DualShock 4 handles vibration. Vibration mode must be set to either Compatible or Compatible2 to use standard motor vibration.
Public fieldStatic memberCompatible2 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.
Public fieldvalue__ 
Top
See Also