Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3823
void
3824
SDL_SetTextInputRect(SDL_Rect *rect)
3825
{
3826
if (_this && _this->SetTextInputRect) {
3827
_this->SetTextInputRect(_this, rect);
3828
}
3829
}
3830
3831
SDL_bool
3832
SDL_HasScreenKeyboardSupport(void)
Callers
5
main
Function · 0.85
_testSetTextInputRect
Function · 0.85
keyboard_setTextInputRect
Function · 0.85
keyboard_setTextInputRectNegative
Function · 0.85
_Redraw
Function · 0.85
Calls
no outgoing calls
Tested by
4
_testSetTextInputRect
Function · 0.68
keyboard_setTextInputRect
Function · 0.68
keyboard_setTextInputRectNegative
Function · 0.68
_Redraw
Function · 0.68