MCPcopy 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
47void SDL_SetTextInputRect(SDL_Rect *rect)
48{
49 LOGTRACE(LCF_SDL | LCF_KEYBOARD);
50}
51
52/* SDL 1 */
53static bool isUnicodeEnabled = false;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected