Uses of Interface
club.doki7.glfw.GLFWFunctionTypes.IGLFWerrorfun
Packages that use GLFWFunctionTypes.IGLFWerrorfun
-
Uses of GLFWFunctionTypes.IGLFWerrorfun in club.doki7.glfw
Methods in club.doki7.glfw with parameters of type GLFWFunctionTypes.IGLFWerrorfunModifier and TypeMethodDescriptionstatic MethodHandle
GLFWFunctionTypes.IGLFWerrorfun.of
(@NotNull GLFWFunctionTypes.IGLFWerrorfun lambda) static MemorySegment
GLFWFunctionTypes.IGLFWerrorfun.ofNative
(@NotNull GLFWFunctionTypes.IGLFWerrorfun lambda) static MemorySegment
GLFWFunctionTypes.IGLFWerrorfun.ofNative
(@NotNull Arena arena, @NotNull GLFWFunctionTypes.IGLFWerrorfun lambda) @NotNull MemorySegment
GLFW.setErrorCallback
(GLFWFunctionTypes.IGLFWerrorfun callback) @NotNull MemorySegment
GLFW.setErrorCallback
(Arena arena, GLFWFunctionTypes.IGLFWerrorfun callback)