Renderer.width

Wraps SDL_GetRendererOutputSize which gets the renderer output's width

class Renderer
const @property @trusted
uint
width
()

Return Value

Type: uint

drawable width of the renderer's output/target

Throws

dsdl2.SDLException if failed to get the renderer output width

Meta