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