C# Class FlatRedBall.Input.DelegateBasedPressableInput

Inheritance: IPressableInput
Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

Méthode Description
DelegateBasedPressableInput ( Func isDown, Func wasJustPressed, Func wasJustReleased ) : System

Method Details

DelegateBasedPressableInput() public méthode

public DelegateBasedPressableInput ( Func isDown, Func wasJustPressed, Func wasJustReleased ) : System
isDown Func
wasJustPressed Func
wasJustReleased Func
Résultat System