#pragma section-numbers off #pragma camelcase off = SDL_ThreadPriority = An enumeration of the available thread priorities. <> == Values == ##The following content is included on `SDL_SetThreadPriority`. Any changes between these comments will be reflected there as well. Please use caution when editing. Start Include here. ||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|| ##End Include here. == Code Examples == {{{#!highlight cpp You can add your code example here }}} == Remarks == ''You can add useful comments here'' == Related Functions == .[[SDL_SetThreadPriority]] ---- [[CategoryEnum]], [[CategoryThread]]