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();
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();