Class SDL_ThreadPriority
java.lang.Object
club.doki7.sdl3.enumtype.SDL_ThreadPriority
The SDL thread priority.
SDL will make system changes as necessary in order to apply the thread priority. Code which attempts to control thread state related to priority should be aware that calling SDL_SetCurrentThreadPriority may alter such state. SDL_HINT_THREAD_PRIORITY_POLICY can be used to control aspects of this behavior.
Since: This enum is available since SDL 3.2.0.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
-
Method Summary
-
Field Details
-
LOW
public static final int LOW- See Also:
-
NORMAL
public static final int NORMAL- See Also:
-
HIGH
public static final int HIGH- See Also:
-
TIME_CRITICAL
public static final int TIME_CRITICAL- See Also:
-
-
Method Details
-
explain
-