[][src]Function fermium::keyboard::SDL_SetTextInputRect

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

Set the rectangle used to type Unicode text inputs.

This is used as a hint for IME and on-screen keyboard placement.

See Also: SDL_StartTextInput