ITextInputDevice Interface
Namespace: Stride.InputAssembly: Stride.Input.dll
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
Name | Description | |
---|---|---|
Methods | ||
DisableTextInput() | Disallows text input to be entered, will close any IME active and stop sending text events |
|
EnabledTextInput() | Allows input to be entered, the input device will then send text events through the input manager |
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()