sdl.loadso

SDL System-dependent library loading routines.

Members

Functions

SDL_LoadFunction
SDL_FunctionPointer SDL_LoadFunction(SDL_SharedObject* handle, const(char)* name)

Look up the address of the named function in a shared object.

SDL_LoadObject
SDL_SharedObject* SDL_LoadObject(const(char)* sofile)

Dynamically load a shared object.

SDL_UnloadObject
void SDL_UnloadObject(SDL_SharedObject* handle)

Unload a shared object from memory.

Structs

SDL_SharedObject
struct SDL_SharedObject

An opaque datatype that represents a loaded shared object.

See Also

Meta

License

Subject to the terms of the Zlib License, as written in the LICENSE file.

Authors

Luna Nielsen