Uses of Interface
club.doki7.glfw.GLFWFunctionTypes.IGLFWwindowclosefun
Packages that use GLFWFunctionTypes.IGLFWwindowclosefun
-
Uses of GLFWFunctionTypes.IGLFWwindowclosefun in club.doki7.glfw
Methods in club.doki7.glfw with parameters of type GLFWFunctionTypes.IGLFWwindowclosefunModifier and TypeMethodDescriptionstatic MethodHandleGLFWFunctionTypes.IGLFWwindowclosefun.of(@NotNull GLFWFunctionTypes.IGLFWwindowclosefun lambda) static MemorySegmentGLFWFunctionTypes.IGLFWwindowclosefun.ofNative(@NotNull GLFWFunctionTypes.IGLFWwindowclosefun lambda) static MemorySegmentGLFWFunctionTypes.IGLFWwindowclosefun.ofNative(@NotNull Arena arena, @NotNull GLFWFunctionTypes.IGLFWwindowclosefun lambda) @NotNull MemorySegmentGLFW.setWindowCloseCallback(@Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWwindowclosefun callback) @NotNull MemorySegmentGLFW.setWindowCloseCallback(Arena arena, @Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWwindowclosefun callback)