Uses of Interface
club.doki7.glfw.GLFWFunctionTypes.IGLFWkeyfun
Packages that use GLFWFunctionTypes.IGLFWkeyfun
-
Uses of GLFWFunctionTypes.IGLFWkeyfun in club.doki7.glfw
Methods in club.doki7.glfw with parameters of type GLFWFunctionTypes.IGLFWkeyfunModifier and TypeMethodDescriptionstatic MethodHandle
GLFWFunctionTypes.IGLFWkeyfun.of
(@NotNull GLFWFunctionTypes.IGLFWkeyfun lambda) static MemorySegment
GLFWFunctionTypes.IGLFWkeyfun.ofNative
(@NotNull GLFWFunctionTypes.IGLFWkeyfun lambda) static MemorySegment
GLFWFunctionTypes.IGLFWkeyfun.ofNative
(@NotNull Arena arena, @NotNull GLFWFunctionTypes.IGLFWkeyfun lambda) @NotNull MemorySegment
GLFW.setKeyCallback
(@Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWkeyfun callback) @NotNull MemorySegment
GLFW.setKeyCallback
(Arena arena, @Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWkeyfun callback)