Interface STBIRFunctionTypes.Istbir_input_callback
- Enclosing class:
STBIRFunctionTypes
- 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 TypeMethodDescription@NotNull MemorySegmentinvoke(@NotNull MemorySegment p0, @NotNull MemorySegment p1, int p2, int p3, int p4, @NotNull MemorySegment p5) static MethodHandleof(@NotNull STBIRFunctionTypes.Istbir_input_callback lambda) static MemorySegmentofNative(@NotNull STBIRFunctionTypes.Istbir_input_callback lambda) static MemorySegmentofNative(@NotNull Arena arena, @NotNull STBIRFunctionTypes.Istbir_input_callback lambda)
-
Method Details
-
invoke
@Pointer(comment="void*") @NotNull @NotNull MemorySegment invoke(@Pointer(comment="void*") @NotNull @NotNull MemorySegment p0, @Pointer(comment="void*") @NotNull @NotNull MemorySegment p1, int p2, int p3, int p4, @Pointer(comment="void*") @NotNull @NotNull MemorySegment p5) -
of
-
ofNative
-
ofNative
static MemorySegment ofNative(@NotNull @NotNull Arena arena, @NotNull @NotNull STBIRFunctionTypes.Istbir_input_callback lambda)
-