Interface ALFunctionTypes.ILPALEVENTCALLBACKDIRECTSOFT
- Enclosing class:
ALFunctionTypes
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionvoidinvoke(MemorySegment p0, @NotNull MemorySegment p1, @NotNull MemorySegment p2) static MethodHandleof(@NotNull ALFunctionTypes.ILPALEVENTCALLBACKDIRECTSOFT lambda) static MemorySegmentofNative(@NotNull ALFunctionTypes.ILPALEVENTCALLBACKDIRECTSOFT lambda) static MemorySegmentofNative(@NotNull Arena arena, @NotNull ALFunctionTypes.ILPALEVENTCALLBACKDIRECTSOFT lambda)
-
Method Details
-
invoke
void invoke(@NativeType("ALCcontext") MemorySegment p0, @Pointer(comment="ALEVENTPROCSOFT") @NotNull @NotNull MemorySegment p1, @Pointer(comment="void*") @NotNull @NotNull MemorySegment p2) -
of
-
ofNative
static MemorySegment ofNative(@NotNull @NotNull ALFunctionTypes.ILPALEVENTCALLBACKDIRECTSOFT lambda) -
ofNative
static MemorySegment ofNative(@NotNull @NotNull Arena arena, @NotNull @NotNull ALFunctionTypes.ILPALEVENTCALLBACKDIRECTSOFT lambda)
-