[][src]Function sdl2_sys::SDL_IsScreenKeyboardShown

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

\brief Returns whether the screen keyboard is shown for given window.

\param window The window for which screen keyboard should be queried.

\return SDL_TRUE if screen keyboard is shown else SDL_FALSE.

\sa SDL_HasScreenKeyboardSupport()