Uses of Interface
club.doki7.glfw.GLFWFunctionTypes.IGLFWscrollfun
Packages that use GLFWFunctionTypes.IGLFWscrollfun
-
Uses of GLFWFunctionTypes.IGLFWscrollfun in club.doki7.glfw
Methods in club.doki7.glfw with parameters of type GLFWFunctionTypes.IGLFWscrollfunModifier and TypeMethodDescriptionstatic MethodHandle
GLFWFunctionTypes.IGLFWscrollfun.of
(@NotNull GLFWFunctionTypes.IGLFWscrollfun lambda) static MemorySegment
GLFWFunctionTypes.IGLFWscrollfun.ofNative
(@NotNull GLFWFunctionTypes.IGLFWscrollfun lambda) static MemorySegment
GLFWFunctionTypes.IGLFWscrollfun.ofNative
(@NotNull Arena arena, @NotNull GLFWFunctionTypes.IGLFWscrollfun lambda) @NotNull MemorySegment
GLFW.setScrollCallback
(@Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWscrollfun callback) @NotNull MemorySegment
GLFW.setScrollCallback
(Arena arena, @Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWscrollfun callback)