Name
sdl.GetRendererOutputSize -- get renderer output size
Synopsis
w, h = sdl.GetRendererOutputSize(display)
Function
Use this function to get the output size in pixels of a rendering context. If an error occurs, -1 is returned in both return values.

Inputs
display
identifier of display whose renderer should be used
Results
w
output width
h
output height

Show TOC