Interface GLFWFunctionTypes.IGLFWcharfun
- Enclosing class:
GLFWFunctionTypes
- 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, int p1) static MethodHandleof(@NotNull GLFWFunctionTypes.IGLFWcharfun lambda) static MemorySegmentofNative(@NotNull GLFWFunctionTypes.IGLFWcharfun lambda) static MemorySegmentofNative(@NotNull Arena arena, @NotNull GLFWFunctionTypes.IGLFWcharfun lambda)
-
Method Details
-
invoke
-
of
-
ofNative
-
ofNative
static MemorySegment ofNative(@NotNull @NotNull Arena arena, @NotNull @NotNull GLFWFunctionTypes.IGLFWcharfun lambda)
-