Check whether the platform has screen keyboard support.
Defined in <SDL3/SDL_keyboard.h>
bool SDL_HasScreenKeyboardSupport(void);
(bool) Returns true if the platform has some screen keyboard support or false if not.
This function should only be called on the main thread.
This function is available since SDL 3.1.3.