Display.bounds

Wraps SDL_GetDisplayBounds which gets the display's bounding rectangle

class Display
const @property @trusted
bounds
()

Return Value

Type: Rect

dsdl2.Rect of the display's bounding rectangle

Throws

dsdl2.SDLException if failed to get the display bounds

Meta