|
⇤ ← Revision 1 as of 2010-05-19 18:01:59
Size: 641
Comment: create page, add content (Wed Mar 10 ver; changeset 4428)
|
Size: 669
Comment: add RF
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 27: | Line 27: |
| .[[SDL_CreateThread]] ??? |
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
