C# Class hyades.MultiInputDevice

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

Méthodes publiques

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

Method Details

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

MultiInputDevice() public méthode

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

Update() public méthode

public Update ( ) : void
Résultat void