pub unsafe extern "C" fn SDL_SetTextInputRect(rect: *mut SDL_Rect)
Expand description

Set the rectangle used to type Unicode text inputs.

\param rect the SDL_Rect structure representing the rectangle to receive text (ignored if NULL)

\since This function is available since SDL 2.0.0.

\sa SDL_StartTextInput