Wiki Page Content

Differences between revisions 8 and 9
Revision 8 as of 2010-09-23 19:59:48
Size: 777
Editor: SheenaSmith
Comment: minor change
Revision 9 as of 2011-03-04 23:49:07
Size: 747
Editor: SheenaSmith
Comment: remove RF - 2/28 changeset 5421 (2/10 5244)
Deletions are marked like this. Additions are marked like this.
Line 30: Line 30:
 .[[SDL_SelectVideoDisplay]]

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 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