Return whether the given window is a shaped window.
Defined in SDL_shape.h
const SDL_Window *window); SDL_bool SDL_IsShapedWindow(
const SDL_Window * | window | The window to query for being shaped. |
(SDL_bool) Return SDL_TRUE if the window is a window that can be shaped, SDL_FALSE if the window is unshaped or NULL.
This function is available since SDL 2.0.0.