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 MethodHandle
GLFWFunctionTypes.IGLFWwindowclosefun.of
(@NotNull GLFWFunctionTypes.IGLFWwindowclosefun lambda) static MemorySegment
GLFWFunctionTypes.IGLFWwindowclosefun.ofNative
(@NotNull GLFWFunctionTypes.IGLFWwindowclosefun lambda) static MemorySegment
GLFWFunctionTypes.IGLFWwindowclosefun.ofNative
(@NotNull Arena arena, @NotNull GLFWFunctionTypes.IGLFWwindowclosefun lambda) @NotNull MemorySegment
GLFW.setWindowCloseCallback
(@Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWwindowclosefun callback) @NotNull MemorySegment
GLFW.setWindowCloseCallback
(Arena arena, @Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWwindowclosefun callback)