Interface ITextInputDevice
A device such as a keyboard that supports text input. This can be a windows keyboard with IME support or a touch keyboard on a smartphone device
public interface ITextInputDevice : IInputDevice
- Inherited Members
Methods
DisableTextInput()
Disallows text input to be entered, will close any IME active and stop sending text events
void DisableTextInput()
EnabledTextInput()
Allows input to be entered, the input device will then send text events through the input manager
void EnabledTextInput()