C# Class DS4Api.DS4Data

Datei anzeigen 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_oe property

public bool Circle
return bool

Cross public_oe property

public bool Cross
return bool

DpadDown public_oe property

public bool DpadDown
return bool

DpadLeft public_oe property

public bool DpadLeft
return bool

DpadRight public_oe property

public bool DpadRight
return bool

DpadUp public_oe property

public bool DpadUp
return bool

L1 public_oe property

public bool L1
return bool

L2 public_oe property

public bool L2
return bool

L2_analog public_oe property

public byte L2_analog
return byte

L3 public_oe property

public bool L3
return bool

Options public_oe property

public bool Options
return bool

Orientation public_oe property

public DS4Orientation,DS4Api Orientation
return DS4Orientation

PS public_oe property

public bool PS
return bool

R1 public_oe property

public bool R1
return bool

R2 public_oe property

public bool R2
return bool

R2_analog public_oe property

public byte R2_analog
return byte

R3 public_oe property

public bool R3
return bool

Share public_oe property

public bool Share
return bool

Square public_oe property

public bool Square
return bool

Timestamp public_oe property

public ushort Timestamp
return ushort

TouchButton public_oe property

public bool TouchButton
return bool

TouchCount public_oe property

public int TouchCount
return int

Touches public_oe property

public int[,] Touches
return ].int[

Triangle public_oe property

public bool Triangle
return bool

lstick public_oe property

public byte[] lstick
return byte[]

rstick public_oe property

public byte[] rstick
return byte[]