Namespace: DeltaEngine.InputAssembly: DeltaEngine.Input (in DeltaEngine.Input.dll) Version: 1.1.1.0 (1.1.1)
void UpdateTextFromKeyboardInput(
Func<string, string> handleInput
)
void UpdateTextFromKeyboardInput(
Func<string, string> handleInput
)
Sub UpdateTextFromKeyboardInput (
handleInput As Func(Of String, String)
)
Sub UpdateTextFromKeyboardInput (
handleInput As Func(Of String, String)
)
void UpdateTextFromKeyboardInput(
Func<String^, String^>^ handleInput
)
void UpdateTextFromKeyboardInput(
Func<String^, String^>^ handleInput
)
abstract UpdateTextFromKeyboardInput :
handleInput : Func<string, string> -> unit
abstract UpdateTextFromKeyboardInput :
handleInput : Func<string, string> -> unit