C# Class Nez.VirtualButton.GamePadRightTrigger

Inheritance: Node
Mostrar archivo Open project: prime31/Nez

Public Properties

Property Type Description
gamepadIndex int
threshold float

Public Methods

Method Description
GamePadRightTrigger ( int gamepadIndex, float threshold ) : System.Collections.Generic

Method Details

GamePadRightTrigger() public method

public GamePadRightTrigger ( int gamepadIndex, float threshold ) : System.Collections.Generic
gamepadIndex int
threshold float
return System.Collections.Generic

Property Details

gamepadIndex public_oe property

public int gamepadIndex
return int

threshold public_oe property

public float threshold
return float