[][src]Function sdl2_sys::SDL_HasScreenKeyboardSupport

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

\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()