Wiki Page Content

Revision 10 as of 2011-11-29 19:51:38

Clear message

SDL_CreateWindowFrom

Use this function to create an SDL window from an existing native window.

Syntax

SDL_Window* SDL_CreateWindowFrom(const void* data)

Function Parameters

data

a pointer to driver-dependent window creation data

Return Value

Returns the window that was created or NULL on failure; call SDL_GetError() for more information.

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryAPI, CategoryVideo

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