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