C# Class FlatRedBall.Input.MultiplePressableInputs

An IPressableInput interface which can contain multiple IPressableInputs. This is useful if a particular action can be performed with multiple inputs, such as both the space bar and a game pad's A button being used to make a character jump.
Inheritance: IPressableInput
Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

Méthode Description
MultiplePressableInputs ( ) : System

Method Details

MultiplePressableInputs() public méthode

public MultiplePressableInputs ( ) : System
Résultat System