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