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.

string GetTextInput();

Returns

System.String