Wiki Page Content

Revision 1 as of 2011-03-12 19:37:46

Clear message

DRAFT

SDL_RenderGetViewport

Use this function to get the drawing area for the current target.

Syntax

void SDL_RenderGetViewport(SDL_Renderer* renderer,
                           SDL_Rect*     rect)

Function Parameters

renderer

the rendering context

rect

the SDL_Rect structure representing the drawing area

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryAPI, CategoryRenderer

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