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 TypeMethodDescriptionvoidAL.eventCallbackDirectSOFT(@Nullable ALCcontext context, ALFunctionTypes.IALEVENTPROCSOFT callback, @NotNull MemorySegment userParam) voidAL.eventCallbackDirectSOFT(Arena arena, @Nullable ALCcontext context, ALFunctionTypes.IALEVENTPROCSOFT callback, @NotNull MemorySegment userParam) voidAL.eventCallbackSOFT(ALFunctionTypes.IALEVENTPROCSOFT callback, @NotNull MemorySegment userParam) voidAL.eventCallbackSOFT(Arena arena, ALFunctionTypes.IALEVENTPROCSOFT callback, @NotNull MemorySegment userParam) static MethodHandleALFunctionTypes.IALEVENTPROCSOFT.of(@NotNull ALFunctionTypes.IALEVENTPROCSOFT lambda) static MemorySegmentALFunctionTypes.IALEVENTPROCSOFT.ofNative(@NotNull ALFunctionTypes.IALEVENTPROCSOFT lambda) static MemorySegmentALFunctionTypes.IALEVENTPROCSOFT.ofNative(@NotNull Arena arena, @NotNull ALFunctionTypes.IALEVENTPROCSOFT lambda)