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.void
SDL3.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 record
Represents a pointer toSDL_SharedObject
handle(s) in native memory.Methods in club.doki7.sdl3.handle that return SDL_SharedObjectModifier and TypeMethodDescription@Nullable SDL_SharedObject
SDL_SharedObject.Ptr.read()
@Nullable SDL_SharedObject
SDL_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.Ptr
SDL_SharedObject.Ptr.allocate
(Arena arena, @Nullable SDL_SharedObject[] values) static SDL_SharedObject.Ptr
SDL_SharedObject.Ptr.allocateV
(Arena arena, @Nullable SDL_SharedObject value0, @Nullable SDL_SharedObject... values) void
SDL_SharedObject.Ptr.write
(long index, @Nullable SDL_SharedObject value) void
SDL_SharedObject.Ptr.write
(@Nullable SDL_SharedObject value) void
SDL_SharedObject.Ptr.write
(@Nullable SDL_SharedObject[] values) void
SDL_SharedObject.Ptr.writeV
(@Nullable SDL_SharedObject value0, @Nullable SDL_SharedObject... values)