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
a340de6196
commit
975457cfb6
30 changed files with 426 additions and 250 deletions
|
@ -96,8 +96,9 @@ 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 value is a thread-local string which will remain valid until the current thread's error string is changed. The caller
|
||||
* should make a copy if the value is needed after the next SDL API call.
|
||||
* The returned value is a thread-local string which will remain valid until
|
||||
* the current thread's error string is changed. The caller should make a copy
|
||||
* if the value is needed after the next SDL API call.
|
||||
*
|
||||
* \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