SDL_SurfaceHasAlternateImages

Return whether a surface has alternate versions available.

extern (C) nothrow @nogc extern
bool
SDL_SurfaceHasAlternateImages

Parameters

surface SDL_Surface*

the SDL_Surface structure to query.

Return Value

Type: bool

true if alternate versions are available or false otherwise.

See Also

Meta