Wiki Page Content

Differences between revisions 5 and 6
Revision 5 as of 2009-12-12 07:25:47
Size: 741
Editor: SheenaSmith
Comment: format update
Revision 6 as of 2010-01-21 18:33:29
Size: 740
Editor: SheenaSmith
Comment: Update WindowID > Window*
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:
SDL_WindowID SDL_CreateWindowFrom(const void* data) SDL_Window* SDL_CreateWindowFrom(const void* data)

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

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

You can add useful comments here


CategoryAPI, CategoryVideo

None: SDL_CreateWindowFrom (last edited 2015-05-08 19:40:51 by PhilippWiesemann)

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