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 MethodHandleGLFWFunctionTypes.IGLFWkeyfun.of(@NotNull GLFWFunctionTypes.IGLFWkeyfun lambda) static MemorySegmentGLFWFunctionTypes.IGLFWkeyfun.ofNative(@NotNull GLFWFunctionTypes.IGLFWkeyfun lambda) static MemorySegmentGLFWFunctionTypes.IGLFWkeyfun.ofNative(@NotNull Arena arena, @NotNull GLFWFunctionTypes.IGLFWkeyfun lambda) @NotNull MemorySegmentGLFW.setKeyCallback(@Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWkeyfun callback) @NotNull MemorySegmentGLFW.setKeyCallback(Arena arena, @Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWkeyfun callback)