Wiki Page Content

Revision 1 as of 2013-10-31 21:52:45

Clear message

DRAFT

SDL_RenderGetLogicalSize

Use this function to get device independent resolution for rendering.

Syntax

void SDL_RenderGetLogicalSize(SDL_Renderer* renderer,
                              int*          w,
                              int*          h)

Function Parameters

renderer

a rendering context

w

an int to be filled with the width

h

an int to be filled with the height

Code Examples

You can add your code example here

Remarks

You can add useful comments here

Version

This function is available since SDL 2.0.0.


CategoryAPI, CategoryRender

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit