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