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