Package org.lwjgl.sdl
Class SDLThread
java.lang.Object
org.lwjgl.sdl.SDLThread
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Contains the function pointers loaded fromSDL.getLibrary()
. -
Method Summary
Modifier and TypeMethodDescriptionstatic long
nSDL_GetTLS
(long id) void * SDL_GetTLS(SDL_TLSID * id)
static boolean
nSDL_SetTLS
(long id, long value, long destructor) bool SDL_SetTLS(SDL_TLSID * id, void * value, SDL_TLSDestructorCallback destructor)
static void
void SDL_CleanupTLS(void)
static long
SDL_GetTLS
(IntBuffer id) void * SDL_GetTLS(SDL_TLSID * id)
static boolean
SDL_SetTLS
(IntBuffer id, long value, @Nullable SDL_TLSDestructorCallbackI destructor) bool SDL_SetTLS(SDL_TLSID * id, void * value, SDL_TLSDestructorCallback destructor)
-
Method Details
-
nSDL_GetTLS
public static long nSDL_GetTLS(long id) void * SDL_GetTLS(SDL_TLSID * id)
-
SDL_GetTLS
void * SDL_GetTLS(SDL_TLSID * id)
-
nSDL_SetTLS
public static boolean nSDL_SetTLS(long id, long value, long destructor) bool SDL_SetTLS(SDL_TLSID * id, void * value, SDL_TLSDestructorCallback destructor)
-
SDL_SetTLS
public static boolean SDL_SetTLS(IntBuffer id, long value, @Nullable SDL_TLSDestructorCallbackI destructor) bool SDL_SetTLS(SDL_TLSID * id, void * value, SDL_TLSDestructorCallback destructor)
-
SDL_CleanupTLS
public static void SDL_CleanupTLS()void SDL_CleanupTLS(void)
-