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
ファイルを表示 Open project: vchelaru/FlatRedBall Class Usage Examples

Public Methods

Method Description
MultiplePressableInputs ( ) : System

Method Details

MultiplePressableInputs() public method

public MultiplePressableInputs ( ) : System
return System