Searched refs:SDL_SetTextInputRect (Results 1 – 7 of 7) sorted by relevance
384 SDL_SetTextInputRect(&testRect); in _testSetTextInputRect()467 SDL_SetTextInputRect(NULL); in keyboard_setTextInputRect()491 SDL_SetTextInputRect(NULL); in keyboard_setTextInputRectNegative()
607 SDL_SetTextInputRect(&markedRect); in _Redraw()
185 extern DECLSPEC void SDLCALL SDL_SetTextInputRect(SDL_Rect *rect);
235 #define SDL_SetTextInputRect SDL_SetTextInputRect_REAL macro
264 SDL_DYNAPI_PROC(void,SDL_SetTextInputRect,(SDL_Rect *a),(a),)
113 * SDL_SetTextInputRect() re-positions the OS-rendered IME
3576 SDL_SetTextInputRect(SDL_Rect *rect) in SDL_SetTextInputRect() function