MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / SDL_SetTextInputRect

Function SDL_SetTextInputRect

deps/SDL2/src/video/SDL_video.c:3823–3829  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3821}
3822
3823void
3824SDL_SetTextInputRect(SDL_Rect *rect)
3825{
3826 if (_this && _this->SetTextInputRect) {
3827 _this->SetTextInputRect(_this, rect);
3828 }
3829}
3830
3831SDL_bool
3832SDL_HasScreenKeyboardSupport(void)

Callers 5

mainFunction · 0.85
_testSetTextInputRectFunction · 0.85
_RedrawFunction · 0.85

Calls

no outgoing calls

Tested by 4

_testSetTextInputRectFunction · 0.68
_RedrawFunction · 0.68