Renderer.height

Wraps SDL_GetRendererOutputSize which gets the renderer output's height

class Renderer
const @property @trusted
uint
height
()

Return Value

Type: uint

drawable height of the renderer's output/target

Throws

dsdl2.SDLException if failed to get the renderer output height

Meta