Check whether the platform has screen keyboard support.
SDL_bool SDL_HasScreenKeyboardSupport(void);
Returns SDL_TRUE if the platform has some screen keyboard support or SDL_FALSE if not.
This function is available since SDL 2.0.0.
CategoryAPI