C# Class DS4Windows.DS4HapticState

Datei anzeigen Open project: topher-au/WoWmapper Class Usage Examples

Public Properties

Property Type Description
LightBarColor DS4Color
LightBarExplicitlyOff bool
LightBarFlashDurationOn byte
RumbleMotorStrengthLeftHeavySlow byte
RumbleMotorsExplicitlyOff bool

Public Methods

Method Description
IsLightBarSet ( ) : bool
IsRumbleSet ( ) : bool

Method Details

IsLightBarSet() public method

public IsLightBarSet ( ) : bool
return bool

IsRumbleSet() public method

public IsRumbleSet ( ) : bool
return bool

Property Details

LightBarColor public_oe property

public DS4Color,DS4Windows LightBarColor
return DS4Color

LightBarExplicitlyOff public_oe property

public bool LightBarExplicitlyOff
return bool

LightBarFlashDurationOn public_oe property

public byte LightBarFlashDurationOn
return byte

RumbleMotorStrengthLeftHeavySlow public_oe property

public byte RumbleMotorStrengthLeftHeavySlow
return byte

RumbleMotorsExplicitlyOff public_oe property

public bool RumbleMotorsExplicitlyOff
return bool