Skip to content

IInputContext.GetTextInput() Method

Definition

Namespace: Brine2D.Input

Gets the text that was input this frame \(from SDL\_EVENT\_TEXT\_INPUT\). This properly handles Unicode, IME, and keyboard layouts.

C#
string GetTextInput();

Returns

System.String