Name
sdl.RenderGetScale -- get scaling factors
Synopsis
scalex, scaley = sdl.RenderGetScale(display)
Function
Use this function to get the drawing scale for the current target.

Inputs
display
identifier of display whose renderer should be used
Results
scalex
the horizontal scaling factor
scaley
the vertical scaling factor

Show TOC