Uses of Interface
club.doki7.openal.ALFunctionTypes.IALEVENTPROCSOFT
Packages that use ALFunctionTypes.IALEVENTPROCSOFT
-
Uses of ALFunctionTypes.IALEVENTPROCSOFT in club.doki7.openal
Methods in club.doki7.openal with parameters of type ALFunctionTypes.IALEVENTPROCSOFTModifier and TypeMethodDescriptionvoid
AL.eventCallbackDirectSOFT
(@Nullable ALCcontext context, ALFunctionTypes.IALEVENTPROCSOFT callback, @NotNull MemorySegment userParam) void
AL.eventCallbackDirectSOFT
(Arena arena, @Nullable ALCcontext context, ALFunctionTypes.IALEVENTPROCSOFT callback, @NotNull MemorySegment userParam) void
AL.eventCallbackSOFT
(ALFunctionTypes.IALEVENTPROCSOFT callback, @NotNull MemorySegment userParam) void
AL.eventCallbackSOFT
(Arena arena, ALFunctionTypes.IALEVENTPROCSOFT callback, @NotNull MemorySegment userParam) static MethodHandle
ALFunctionTypes.IALEVENTPROCSOFT.of
(@NotNull ALFunctionTypes.IALEVENTPROCSOFT lambda) static MemorySegment
ALFunctionTypes.IALEVENTPROCSOFT.ofNative
(@NotNull ALFunctionTypes.IALEVENTPROCSOFT lambda) static MemorySegment
ALFunctionTypes.IALEVENTPROCSOFT.ofNative
(@NotNull Arena arena, @NotNull ALFunctionTypes.IALEVENTPROCSOFT lambda)