Name
sdl.RenderSetLogicalSize -- set logical size
Synopsis
sdl.RenderSetLogicalSize(display, w, h)
Function
Use this function to set a device independent resolution for rendering.

Inputs
display
identifier of display whose renderer should be used
w
the width of the logical resolution
h
the height of the logical resolution

Show TOC