C# Class FlatRedBall.Input.DelegateBasedPressableInput

Inheritance: IPressableInput
显示文件 Open project: vchelaru/FlatRedBall Class Usage Examples

Public Methods

Method Description
DelegateBasedPressableInput ( Func isDown, Func wasJustPressed, Func wasJustReleased ) : System

Method Details

DelegateBasedPressableInput() public method

public DelegateBasedPressableInput ( Func isDown, Func wasJustPressed, Func wasJustReleased ) : System
isDown Func
wasJustPressed Func
wasJustReleased Func
return System