C# Class Squared.DualShock4.DualShock4Buttons

Mostrar archivo Open project: kg/DS4_PSO2

Public Methods

Method Description
ToString ( ) : string
this ( DualShock4Button button ) : bool
this ( int index ) : bool

Private Methods

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

Method Details

ToString() public method

public ToString ( ) : string
return string

this() public method

public this ( DualShock4Button button ) : bool
button DualShock4Button
return bool

this() public method

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