mirror of
https://github.com/yawut/SDL.git
synced 2026-04-24 23:37:09 -05:00
SDL_CreateWindowFrom() is actually going to be supported. :)
This commit is contained in:
parent
3d2358c109
commit
eb0a552878
|
|
@ -538,14 +538,12 @@ extern DECLSPEC SDL_WindowID SDLCALL SDL_CreateWindow(const char *title,
|
|||
int h, Uint32 flags);
|
||||
|
||||
/**
|
||||
* \brief Create an SDL window struct from an existing native window.
|
||||
* \brief Create an SDL window from an existing native window.
|
||||
*
|
||||
* \param data A pointer to driver-dependent window creation data
|
||||
*
|
||||
* \return The id of the window created, or zero if window creation failed.
|
||||
*
|
||||
* \warning This function is NOT SUPPORTED, use at your own risk!
|
||||
*
|
||||
* \sa SDL_DestroyWindow()
|
||||
*/
|
||||
extern DECLSPEC SDL_WindowID SDLCALL SDL_CreateWindowFrom(const void *data);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user