Interface GLFWFunctionTypes.IGLFWjoystickfun
- 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 TypeMethodDescriptionvoid
invoke
(int p0, int p1) static MethodHandle
of
(@NotNull GLFWFunctionTypes.IGLFWjoystickfun lambda) static MemorySegment
ofNative
(@NotNull GLFWFunctionTypes.IGLFWjoystickfun lambda) static MemorySegment
ofNative
(@NotNull Arena arena, @NotNull GLFWFunctionTypes.IGLFWjoystickfun lambda)
-
Method Details
-
invoke
void invoke(int p0, int p1) -
of
-
ofNative
-
ofNative
static MemorySegment ofNative(@NotNull @NotNull Arena arena, @NotNull @NotNull GLFWFunctionTypes.IGLFWjoystickfun lambda)
-