Package org.lwjgl.sdl
Class SDLLoadSO
java.lang.Object
org.lwjgl.sdl.SDLLoadSO
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Contains the function pointers loaded fromSDL.getLibrary()
. -
Method Summary
Modifier and TypeMethodDescriptionstatic 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_LoadObject
(CharSequence sofile) SDL_SharedObject * SDL_LoadObject(char const * sofile)
static long
SDL_LoadObject
(ByteBuffer sofile) SDL_SharedObject * SDL_LoadObject(char const * sofile)
static void
SDL_UnloadObject
(long handle) void SDL_UnloadObject(SDL_SharedObject * handle)
-
Method Details
-
nSDL_LoadObject
public static long nSDL_LoadObject(long sofile) SDL_SharedObject * SDL_LoadObject(char const * sofile)
-
SDL_LoadObject
SDL_SharedObject * SDL_LoadObject(char const * sofile)
-
SDL_LoadObject
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
SDL_FunctionPointer SDL_LoadFunction(SDL_SharedObject * handle, char * name)
-
SDL_UnloadObject
public static void SDL_UnloadObject(long handle) void SDL_UnloadObject(SDL_SharedObject * handle)
-