Renderer.logicalSize

Gets the renderer's logical size Logical size works in that you only need to give coordinates for one specific resolution, and SDL will handle scaling that to the best resolution matching the logical size's aspect ratio

  1. iVector logicalSize [@property setter]
  2. iVector logicalSize [@property getter]
    class Renderer
    @property
    iVector
    logicalSize
    (
    )

Meta