MCPcopy Create free account
hub / github.com/clementgallet/libTAS / SDL_IsTextInputActive

Function SDL_IsTextInputActive

src/library/inputs/sdltextinput.cpp:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35SDL_bool SDL_IsTextInputActive(void)
36{
37 LOGTRACE(LCF_SDL | LCF_KEYBOARD);
38 return isTextInputActive?SDL_TRUE:SDL_FALSE;
39}
40
41void SDL_StopTextInput(void)
42{

Callers 1

generateKeyEventFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected