Wiki Page Content

Revision 2 as of 2011-03-25 21:01:17

Clear message

DRAFT

SDL_GetWindowSurface

Use this function to get an SDL surface associated with the window.

Syntax

SDL_Surface* SDL_GetWindowSurface(SDL_Window* window)

Function Parameters

window

the window to query

Return Value

Returns a surface in the optimal format for the window, or NULL on failure.

Code Examples

You can add your code example here

Remarks

You may not combine this with 3D or the rendering API on this window.


CategoryAPI, CategoryVideo

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