Searched refs:SDL_HasScreenKeyboardSupport (Results 1 – 4 of 4) sorted by relevance
196 extern DECLSPEC SDL_bool SDLCALL SDL_HasScreenKeyboardSupport(void);
230 #define SDL_HasScreenKeyboardSupport SDL_HasScreenKeyboardSupport_REAL macro
261 SDL_DYNAPI_PROC(SDL_bool,SDL_HasScreenKeyboardSupport,(void),(),return)
570 if (!SDL_HasScreenKeyboardSupport()) { in SDL_VideoInit()3879 SDL_HasScreenKeyboardSupport(void) in SDL_HasScreenKeyboardSupport() function
Completed in 16 milliseconds