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