DRAFT |
SDL_ThreadID
Use this function to get the thread identifier for the current thread.
Syntax
SDL_threadID SDL_ThreadID(void)
Return Value
Returns the ID of the current thread. green
Code Examples
You can add your code example here
Remarks
You can add useful comments here
