Uses of Record Class
club.doki7.sdl3.handle.SDL_SharedObject
Packages that use SDL_SharedObject
-
Uses of SDL_SharedObject in club.doki7.sdl3
Methods in club.doki7.sdl3 that return SDL_SharedObjectModifier and TypeMethodDescriptionSDL3.loadObject(@Nullable BytePtr sofile) Dynamically load a shared object.Methods in club.doki7.sdl3 with parameters of type SDL_SharedObjectModifier and TypeMethodDescriptionSDL3.loadFunction(@Nullable SDL_SharedObject handle, @Nullable BytePtr name) Look up the address of the named function in a shared object.voidSDL3.unloadObject(@Nullable SDL_SharedObject handle) Unload a shared object from memory. -
Uses of SDL_SharedObject in club.doki7.sdl3.handle
Classes in club.doki7.sdl3.handle that implement interfaces with type arguments of type SDL_SharedObjectModifier and TypeClassDescriptionstatic final recordRepresents a pointer toSDL_SharedObjecthandle(s) in native memory.Methods in club.doki7.sdl3.handle that return SDL_SharedObjectModifier and TypeMethodDescription@Nullable SDL_SharedObjectSDL_SharedObject.Ptr.read()@Nullable SDL_SharedObjectSDL_SharedObject.Ptr.read(long index) Methods in club.doki7.sdl3.handle that return types with arguments of type SDL_SharedObjectModifier and TypeMethodDescription@NotNull Iterator<SDL_SharedObject> SDL_SharedObject.Ptr.iterator()Methods in club.doki7.sdl3.handle with parameters of type SDL_SharedObjectModifier and TypeMethodDescriptionstatic SDL_SharedObject.PtrSDL_SharedObject.Ptr.allocate(Arena arena, @Nullable SDL_SharedObject[] values) static SDL_SharedObject.PtrSDL_SharedObject.Ptr.allocateV(Arena arena, @Nullable SDL_SharedObject value0, @Nullable SDL_SharedObject... values) voidSDL_SharedObject.Ptr.write(long index, @Nullable SDL_SharedObject value) voidSDL_SharedObject.Ptr.write(@Nullable SDL_SharedObject value) voidSDL_SharedObject.Ptr.write(@Nullable SDL_SharedObject[] values) voidSDL_SharedObject.Ptr.writeV(@Nullable SDL_SharedObject value0, @Nullable SDL_SharedObject... values)