mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-15 01:08:26 +00:00
Sync SDL3 wiki -> header
This commit is contained in:
parent
e23257307e
commit
39c2dacc8f
2 changed files with 8 additions and 8 deletions
|
@ -96,10 +96,10 @@ extern SDL_DECLSPEC int SDLCALL SDL_OutOfMemory(void);
|
|||
* Error strings are set per-thread, so an error set in a different thread
|
||||
* will not interfere with the current thread's operation.
|
||||
*
|
||||
* The returned string does **NOT** follow the SDL_GetStringRule! The
|
||||
* pointer is valid until the current thread's error string is changed, so
|
||||
* the caller should make a copy if the string is to be used after calling
|
||||
* into SDL again.
|
||||
* The returned string does **NOT** follow the SDL_GetStringRule! The pointer
|
||||
* is valid until the current thread's error string is changed, so the caller
|
||||
* should make a copy if the string is to be used after calling into SDL
|
||||
* again.
|
||||
*
|
||||
* \returns a message with information about the specific error that occurred,
|
||||
* or an empty string if there hasn't been an error message set since
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue