|
Size: 829
Comment: minor change (old wiki)
|
Size: 829
Comment: update content - pointers, structs
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 16: | Line 16: |
| ||'''thread'''||^a pointer to the desired/specified thread^|| | ||'''thread'''||^the desired/specified SDL_Thread to query^|| |
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 SDL_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.
