Function sdl2_sys::SDL_IsShapedWindow
source ยท pub unsafe extern "C" fn SDL_IsShapedWindow(
window: *const SDL_Window,
) -> SDL_bool
Expand description
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.
\since This function is available since SDL 2.0.0.
\sa SDL_CreateShapedWindow