C# Class Squared.DualShock4.DualShock4Touchpad

Show file Open project: kg/DS4_PSO2

Public Methods

Method Description
GetPreviousState ( int index ) : TouchInfo
ToString ( ) : string
this ( int index ) : TouchInfo

Private Methods

Method Description
DualShock4Touchpad ( ) : System
ReadFromBuffer ( byte buffer ) : void

Method Details

GetPreviousState() public method

public GetPreviousState ( int index ) : TouchInfo
index int
return TouchInfo

ToString() public method

public ToString ( ) : string
return string

this() public method

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