SDL_SetTextInputRect
Name
SDL_SetTextInputRect -- Set the rectangle for input methods to display inputed Unicode text and candidate text.
Synopsis
#include "SDL.h" void SDL_SetTextInputRect(SDL_Rect *rect);
Description
rect is the rectangle which the system input methods are going to show candidate window near it and marked text in it. You should update this rectangle as you type.
