SDL_StopTextInput
Name
SDL_StopTextInput -- Stop accepting Unicode text input events.
Synopsis
#include "SDL.h" int SDL_StopTextInput(void);
Description
This function will stop accepting Unicode text input events. After calling it, SDL will not emit SDL_TEXTINPUT and SDL_TEXTEDITING events any more.
Please use this function in pair with SDL_StartTextInput.
