|
Size: 818
Comment: update content - w/ Sam; remove draft
|
← Revision 6 as of 2011-04-06 17:45:06 ⇥
Size: 826
Comment: minor change
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 5: | Line 5: |
| An enumeration of the SDL thread priority. | An enumeration of the available thread priorities. |
SDL_ThreadPriority
An enumeration of the available thread priorities.
Values
SDL_THREAD_PRIORITY_LOW |
for non-urgent, background processing |
SDL_THREAD_PRIORITY_NORMAL |
for general purpose processing (default) |
SDL_THREAD_PRIORITY_HIGH |
for timing-critical processing |
Code Examples
You can add your code example here
Remarks
You can add useful comments here
