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 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

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

      @NativeType("SDL_SharedObject *") public static long SDL_LoadObject(@NativeType("char const *") 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

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

      public static void SDL_UnloadObject(@NativeType("SDL_SharedObject *") long handle)
      void SDL_UnloadObject(SDL_SharedObject * handle)