C# Class DS4Api.DS4Data

Afficher le fichier Open project: Flafla2/Unity-DS4 Class Usage Examples

Méthodes publiques

Свойство 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[]

Méthodes publiques

Méthode Description
DS4Data ( ) : System

Method Details

DS4Data() public méthode

public DS4Data ( ) : System
Résultat System

Property Details

Circle public_oe property

public bool Circle
Résultat bool

Cross public_oe property

public bool Cross
Résultat bool

DpadDown public_oe property

public bool DpadDown
Résultat bool

DpadLeft public_oe property

public bool DpadLeft
Résultat bool

DpadRight public_oe property

public bool DpadRight
Résultat bool

DpadUp public_oe property

public bool DpadUp
Résultat bool

L1 public_oe property

public bool L1
Résultat bool

L2 public_oe property

public bool L2
Résultat bool

L2_analog public_oe property

public byte L2_analog
Résultat byte

L3 public_oe property

public bool L3
Résultat bool

Options public_oe property

public bool Options
Résultat bool

Orientation public_oe property

public DS4Orientation,DS4Api Orientation
Résultat DS4Orientation

PS public_oe property

public bool PS
Résultat bool

R1 public_oe property

public bool R1
Résultat bool

R2 public_oe property

public bool R2
Résultat bool

R2_analog public_oe property

public byte R2_analog
Résultat byte

R3 public_oe property

public bool R3
Résultat bool

Share public_oe property

public bool Share
Résultat bool

Square public_oe property

public bool Square
Résultat bool

Timestamp public_oe property

public ushort Timestamp
Résultat ushort

TouchButton public_oe property

public bool TouchButton
Résultat bool

TouchCount public_oe property

public int TouchCount
Résultat int

Touches public_oe property

public int[,] Touches
Résultat ].int[

Triangle public_oe property

public bool Triangle
Résultat bool

lstick public_oe property

public byte[] lstick
Résultat byte[]

rstick public_oe property

public byte[] rstick
Résultat byte[]