pub unsafe extern "C" fn SDL_IsScreenKeyboardShown(
    window: *mut SDL_Window
) -> SDL_bool
Expand description

Check whether the screen keyboard is shown for given window.

\param window the window for which screen keyboard should be queried \returns SDL_TRUE if screen keyboard is shown or SDL_FALSE if not.

\since This function is available since SDL 2.0.0.

\sa SDL_HasScreenKeyboardSupport