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