func didCommand (by: Selector!, client: Any!) -> Bool
Processes a command generated by user action such as typing certain keys or pressing the mouse button.
Availability
Technology
string
The key down event, which is the text input by the client.
sender
The client object sending the key down events.
true
if the input is accepted; otherwise false
.
An input method should implement this method when using key binding (that is, it implements did
).
func didCommand (by: Selector!, client: Any!) -> Bool