Wiki Page Content

Differences between revisions 10 and 11
Revision 10 as of 2011-11-29 19:51:38
Size: 730
Editor: SheenaSmith
Comment: update content for consistency - return value; camelcase
Revision 11 as of 2012-01-07 19:06:19
Size: 776
Editor: Sam Lantinga
Comment:
Deletions are marked like this. Additions are marked like this.
Line 15: Line 15:
||'''data'''||a pointer to driver-dependent window creation data|| ||'''data'''||a pointer to driver-dependent window creation data, typically your native window cast to a void*||

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, typically your native window cast to a void*

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

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