Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clementgallet/libTAS
/ SDL_SetTextInputRect
Function
SDL_SetTextInputRect
src/library/inputs/sdltextinput.cpp:47–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
}
46
47
void SDL_SetTextInputRect(SDL_Rect *rect)
48
{
49
LOGTRACE(LCF_SDL | LCF_KEYBOARD);
50
}
51
52
/* SDL 1 */
53
static bool isUnicodeEnabled = false;
Callers
1
ImGui_ImplSDL2_SetPlatformImeData
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected