C# Class hyades.GamePadDevice

Inheritance: InputDevice
Afficher le fichier Open project: zfedoran/bubblebound

Méthodes publiques

Свойство Type Description
playerIndex PlayerIndex

Méthodes publiques

Méthode Description
GamePadDevice ( PlayerIndex playerIndex ) : System
IsDown ( Buttons button ) : bool
IsPressed ( Buttons button ) : bool
IsUp ( Buttons button ) : bool
Update ( ) : void

Method Details

GamePadDevice() public méthode

public GamePadDevice ( PlayerIndex playerIndex ) : System
playerIndex PlayerIndex
Résultat System

IsDown() public méthode

public IsDown ( Buttons button ) : bool
button Buttons
Résultat bool

IsPressed() public méthode

public IsPressed ( Buttons button ) : bool
button Buttons
Résultat bool

IsUp() public méthode

public IsUp ( Buttons button ) : bool
button Buttons
Résultat bool

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

playerIndex public_oe property

public PlayerIndex playerIndex
Résultat PlayerIndex