Wiki Page Content

Revision 3 as of 2009-11-25 07:01:20

Clear message

SDL_CreateWindowFrom

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

Syntax

SDL_WindowID SDL_CreateWindowFrom(const void* data)

Function Parameters

data

a pointer to driver-dependent window creation data

Return Value

The ID of the window created, or 0 if window creation failed; call SDL_GetError() for more information.

Code Examples

You can add your code example here

Remarks


CategoryAPI, CategoryVideo

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