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

\brief Return whether the given window is a shaped window.

\param window The window to query for being shaped.

\return SDL_TRUE if the window is a window that can be shaped, SDL_FALSE if the window is unshaped or NULL.

\sa SDL_CreateShapedWindow