sdl2/generated/lib_sdl_loadso library

Functions

sdlLoadFunction(Pointer<NativeType> handle, String? name) Pointer<NativeType>
Look up the address of the named function in a shared object.
sdlLoadObject(String? sofile) Pointer<NativeType>
Dynamically load a shared object.
sdlUnloadObject(Pointer<NativeType> handle) → void
Unload a shared object from memory.