|
Size: 831
Comment: add RF
|
Size: 829
Comment: minor change (old wiki)
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 30: | Line 30: |
| .[[SDL_CreateThread]] ??? | .[[SDL_CreateThread]] * |
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 |
a pointer to the desired/specified thread |
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.
