Click or drag to resize

DualShock4MotorType Enumeration

Dual Shock 4 game pad motors. Used for vibration.

Namespace: Rewired.ControllerExtensions
Assembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0+fd80194fe28f6b408ce098e98c53850d307c3a32
Syntax
C#
public enum DualShock4MotorType
Members
Member nameValueDescription
LeftMotor0 Left motor (stronger motor)
StrongMotor0 Left motor (stronger motor)
RightMotor1 Right motor (weaker motor)
WeakMotor1 Right motor (weaker motor)
See Also