|
Size: 740
Comment: Update WindowID > Window*
|
Size: 770
Comment: add RF
|
| 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.
Contents
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
