pub unsafe extern "C" fn SDL_HasScreenKeyboardSupport() -> SDL_bool
Expand description

\brief Returns whether the platform has some screen keyboard support.

\return SDL_TRUE if some keyboard support is available else SDL_FALSE.

\note Not all screen keyboard functions are supported on all platforms.

\sa SDL_IsScreenKeyboardShown()