|
Size: 902
Comment: update content (in progress)
|
Size: 923
Comment: update content (in progress)
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 12: | Line 12: |
| ||SDL_THREAD_PRIORITY_LOW||for non-urgent, background timing|| ||SDL_THREAD_PRIORITY_NORMAL||for general case timing|| |
||SDL_THREAD_PRIORITY_LOW||for non-urgent, background processing|| ||SDL_THREAD_PRIORITY_NORMAL||for general purpose processing (default)|| |
DRAFT |
SDL_ThreadPriority
An enumeration of the SDL thread priority.
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 threads |
Code Examples
You can add your code example here
Remarks
On many systems you require special privileges are required to set high priority.
