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