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