C# Class Squared.DualShock4.DualShock4Axes

Mostrar archivo Open project: kg/DS4_PSO2

Public Methods

Method Description
ToString ( ) : string
this ( DualShock4Axis axis ) : float
this ( int index ) : float

Private Methods

Method Description
ByteToSignedFloat ( byte b ) : float
ByteToUnsignedFloat ( byte b ) : float
DualShock4Axes ( ) : System
ReadFromBuffer ( byte buffer ) : void

Method Details

ToString() public method

public ToString ( ) : string
return string

this() public method

public this ( DualShock4Axis axis ) : float
axis DualShock4Axis
return float

this() public method

public this ( int index ) : float
index int
return float