DRAFT |
SDL_GetThreadID
Use this function to get the thread identifier for the specified thread.
Contents
Syntax
SDL_threadID SDL_GetThreadID(SDL_Thread* thread)
Function Parameters
thread |
the desired/specified thread to query |
Return Value
Returns the ID of the specified thread. green
Code Examples
You can add your code example here
Remarks
This function is equivalent to SDL_ThreadID() if the specified thread is NULL.
