Sync SDL3 wiki -> header
parent
5abcfad352
commit
05b3605a41
|
@ -2110,7 +2110,10 @@ extern DECLSPEC int SDLCALL SDL_SetWindowShape(SDL_Window *window, SDL_Surface *
|
||||||
extern DECLSPEC int SDLCALL SDL_FlashWindow(SDL_Window *window, SDL_FlashOperation operation);
|
extern DECLSPEC int SDLCALL SDL_FlashWindow(SDL_Window *window, SDL_FlashOperation operation);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Destroy a window. If the window has an associated SDL_Renderer, it will be implicitly destroyed as well.
|
* Destroy a window.
|
||||||
|
*
|
||||||
|
* If the window has an associated SDL_Renderer, it will be implicitly
|
||||||
|
* destroyed as well.
|
||||||
*
|
*
|
||||||
* If `window` is NULL, this function will return immediately after setting
|
* If `window` is NULL, this function will return immediately after setting
|
||||||
* the SDL error message to "Invalid window". See SDL_GetError().
|
* the SDL error message to "Invalid window". See SDL_GetError().
|
||||||
|
|
Loading…
Reference in New Issue