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 MethodHandle
GLFWFunctionTypes.IGLFWwindowrefreshfun.of
(@NotNull GLFWFunctionTypes.IGLFWwindowrefreshfun lambda) static MemorySegment
GLFWFunctionTypes.IGLFWwindowrefreshfun.ofNative
(@NotNull GLFWFunctionTypes.IGLFWwindowrefreshfun lambda) static MemorySegment
GLFWFunctionTypes.IGLFWwindowrefreshfun.ofNative
(@NotNull Arena arena, @NotNull GLFWFunctionTypes.IGLFWwindowrefreshfun lambda) @NotNull MemorySegment
GLFW.setWindowRefreshCallback
(@Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWwindowrefreshfun callback) @NotNull MemorySegment
GLFW.setWindowRefreshCallback
(Arena arena, @Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWwindowrefreshfun callback)