C# Class LogitechWingmanController, Malisse

Inheritance: BaseController
Show file Open project: Collegiennes/Malisse Class Usage Examples

Public Methods

Method Description
GetButton ( LogitechWingmanController, buttonId ) : bool
GetButtonDown ( LogitechWingmanController, buttonId ) : bool
GetButtonName ( BaseController, buttonId ) : string
GetButtonUp ( LogitechWingmanController, buttonId ) : bool
GetDPad ( ) : Vector2
GetLeftJoystick ( ) : Vector2
GetMotion ( ) : Vector2
GetRightJoystick ( ) : Vector2
SetKeyMapping ( ) : void

Private Methods

Method Description
AddJoystickButtonMap ( LogitechWingmanController, buttonId, int inputKey ) : void

Method Details

GetButton() public method

public GetButton ( LogitechWingmanController, buttonId ) : bool
buttonId LogitechWingmanController,
return bool

GetButtonDown() public method

public GetButtonDown ( LogitechWingmanController, buttonId ) : bool
buttonId LogitechWingmanController,
return bool

GetButtonName() public method

public GetButtonName ( BaseController, buttonId ) : string
buttonId BaseController,
return string

GetButtonUp() public method

public GetButtonUp ( LogitechWingmanController, buttonId ) : bool
buttonId LogitechWingmanController,
return bool

GetDPad() public method

public GetDPad ( ) : Vector2
return Vector2

GetLeftJoystick() public method

public GetLeftJoystick ( ) : Vector2
return Vector2

GetMotion() public method

public GetMotion ( ) : Vector2
return Vector2

GetRightJoystick() public method

public GetRightJoystick ( ) : Vector2
return Vector2

SetKeyMapping() public method

public SetKeyMapping ( ) : void
return void