Console UpdateTextFromKeyboardInput Method Delta Engine Documentation

Namespace: DeltaEngine.Scenes.Terminal
Assembly: DeltaEngine.Scenes.Terminal (in DeltaEngine.Scenes.Terminal.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public void UpdateTextFromKeyboardInput(
	Func<string, string> handleInput
)

Parameters

handleInput
Type: System Func String, String 

Implements

KeyboardControllable UpdateTextFromKeyboardInput(Func String, String )
See Also