Package org.lwjgl.sdl

Class SDLLoadSO

java.lang.Object
org.lwjgl.sdl.SDLLoadSO

public class SDLLoadSO 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_LoadFunction(long handle, long name)
    SDL_FunctionPointer SDL_LoadFunction(SDL_SharedObject * handle, char * name)
    static long
    nSDL_LoadObject(long sofile)
    SDL_SharedObject * SDL_LoadObject(char const * sofile)
    static long
    SDL_LoadFunction(long handle, ByteBuffer name)
    SDL_FunctionPointer SDL_LoadFunction(SDL_SharedObject * handle, char * name)
    static long
    SDL_SharedObject * SDL_LoadObject(char const * sofile)
    static long
    SDL_SharedObject * SDL_LoadObject(char const * sofile)
    static void
    SDL_UnloadObject(long handle)
    void SDL_UnloadObject(SDL_SharedObject * handle)

    Methods inherited from class java.lang.Object

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

    • nSDL_LoadObject

      public static long nSDL_LoadObject(long sofile)
      SDL_SharedObject * SDL_LoadObject(char const * sofile)
    • SDL_LoadObject

      public static long SDL_LoadObject(ByteBuffer sofile)
      SDL_SharedObject * SDL_LoadObject(char const * sofile)
    • SDL_LoadObject

      public static long SDL_LoadObject(CharSequence sofile)
      SDL_SharedObject * SDL_LoadObject(char const * sofile)
    • nSDL_LoadFunction

      public static long nSDL_LoadFunction(long handle, long name)
      SDL_FunctionPointer SDL_LoadFunction(SDL_SharedObject * handle, char * name)
    • SDL_LoadFunction

      public static long SDL_LoadFunction(long handle, ByteBuffer name)
      SDL_FunctionPointer SDL_LoadFunction(SDL_SharedObject * handle, char * name)
    • SDL_UnloadObject

      public static void SDL_UnloadObject(long handle)
      void SDL_UnloadObject(SDL_SharedObject * handle)