Namespace: DeltaEngine.Scenes.ControlsAssembly: DeltaEngine.Scenes (in DeltaEngine.Scenes.dll) Version: 1.1.1.0 (1.1.1)
public void UpdateTextFromKeyboardInput(
Func<string, string> handleInput
)
public void UpdateTextFromKeyboardInput(
Func<string, string> handleInput
)
Public Sub UpdateTextFromKeyboardInput (
handleInput As Func(Of String, String)
)
Public Sub UpdateTextFromKeyboardInput (
handleInput As Func(Of String, String)
)
public:
virtual void UpdateTextFromKeyboardInput(
Func<String^, String^>^ handleInput
) sealed
public:
virtual void UpdateTextFromKeyboardInput(
Func<String^, String^>^ handleInput
) sealed
abstract UpdateTextFromKeyboardInput :
handleInput : Func<string, string> -> unit
override UpdateTextFromKeyboardInput :
handleInput : Func<string, string> -> unit
abstract UpdateTextFromKeyboardInput :
handleInput : Func<string, string> -> unit
override UpdateTextFromKeyboardInput :
handleInput : Func<string, string> -> unit
Implements
KeyboardControllable UpdateTextFromKeyboardInput(Func String, String )