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