C# Class DS4Api.DS4Data

Show file Open project: Flafla2/Unity-DS4 Class Usage Examples

Public Properties

Property Type Description
Circle bool
Cross bool
DpadDown bool
DpadLeft bool
DpadRight bool
DpadUp bool
L1 bool
L2 bool
L2_analog byte
L3 bool
Options bool
Orientation DS4Orientation
PS bool
R1 bool
R2 bool
R2_analog byte
R3 bool
Share bool
Square bool
Timestamp ushort
TouchButton bool
TouchCount int
Touches ].int[
Triangle bool
lstick byte[]
rstick byte[]

Public Methods

Method Description
DS4Data ( ) : System

Method Details

DS4Data() public method

public DS4Data ( ) : System
return System

Property Details

Circle public property

public bool Circle
return bool

Cross public property

public bool Cross
return bool

DpadDown public property

public bool DpadDown
return bool

DpadLeft public property

public bool DpadLeft
return bool

DpadRight public property

public bool DpadRight
return bool

DpadUp public property

public bool DpadUp
return bool

L1 public property

public bool L1
return bool

L2 public property

public bool L2
return bool

L2_analog public property

public byte L2_analog
return byte

L3 public property

public bool L3
return bool

Options public property

public bool Options
return bool

Orientation public property

public DS4Orientation,DS4Api Orientation
return DS4Orientation

PS public property

public bool PS
return bool

R1 public property

public bool R1
return bool

R2 public property

public bool R2
return bool

R2_analog public property

public byte R2_analog
return byte

R3 public property

public bool R3
return bool

Share public property

public bool Share
return bool

Square public property

public bool Square
return bool

Timestamp public property

public ushort Timestamp
return ushort

TouchButton public property

public bool TouchButton
return bool

TouchCount public property

public int TouchCount
return int

Touches public property

public int[,] Touches
return ].int[

Triangle public property

public bool Triangle
return bool

lstick public property

public byte[] lstick
return byte[]

rstick public property

public byte[] rstick
return byte[]