Package org.lwjgl.sdl

Class SDLThread

java.lang.Object
org.lwjgl.sdl.SDLThread

public class SDLThread extends Object
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final class 
    Contains the function pointers loaded from SDL.getLibrary().
  • Method Summary

    Modifier and Type
    Method
    Description
    static 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
    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)

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • nSDL_GetTLS

      public static long nSDL_GetTLS(long id)
      void * SDL_GetTLS(SDL_TLSID * id)
    • SDL_GetTLS

      public static long SDL_GetTLS(IntBuffer id)
      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)