FRect.empty

Wraps SDL_FRectEmpty (from SDL 2.0.22) which checks if the dsdl2.FRect is an empty rectangle

struct FRect
const @trusted
static if(sdlSupport >= SDLSupport.v2_0_22)
bool
empty
()

Return Value

Type: bool

true if it is empty, otherwise false

Meta