Class SDL_ThreadState
java.lang.Object
club.doki7.sdl3.enumtype.SDL_ThreadState
The SDL thread state.
The current state of a thread can be checked by calling SDL_GetThreadState.
Since: This enum is available since SDL 3.2.0.
See also:
SDL_GetThreadState
-
Field Summary
Fields -
Method Summary
-
Field Details
-
UNKNOWN
public static final int UNKNOWN- See Also:
-
ALIVE
public static final int ALIVE- See Also:
-
DETACHED
public static final int DETACHED- See Also:
-
COMPLETE
public static final int COMPLETE- See Also:
-
-
Method Details
-
explain
-