|
⇤ ← Revision 1 as of 2009-11-19 18:37:15
Size: 746
Comment: create page, add content
|
Size: 790
Comment: add categories
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 32: | Line 32: |
---- [[CategoryAPI]], [[CategoryVideo]] |
SDL_CreateWindowFrom
Use this function to create an SDL window struct from an existing native window.
Contents
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
This function is NOT SUPPORTED, use at your own risk!
