DRAFT |
SDL_TLSGet
Use this function to get the value associated with a thread local storage ID for the current thread.
Contents
Syntax
void* SDL_TLSGet(SDL_TLSID id)
Function Parameters
id |
the thread local storage ID |
Return Value
Returns the value associated with the ID for the current thread or NULL if no value has been set; call SDL_GetError() for more information.
Code Examples
You can add your code example here
Remarks
You can add useful comments here
Version
This function is available since SDL 2.0.0.