inputText(_:client:)
Handles key down events that do not map to an action method.
Declaration
func inputText(_ string: String!, client sender: Any!) -> BoolParameters
- string:
The key down event, which is the text input by the client.
- sender:
The client object sending the key down events.
Return Value
Discussion
An input method should implement this method when using key binding (that is, it implements didCommand(by:client:)).