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 MethodHandleGLFWFunctionTypes.IGLFWmousebuttonfun.of(@NotNull GLFWFunctionTypes.IGLFWmousebuttonfun lambda) static MemorySegmentGLFWFunctionTypes.IGLFWmousebuttonfun.ofNative(@NotNull GLFWFunctionTypes.IGLFWmousebuttonfun lambda) static MemorySegmentGLFWFunctionTypes.IGLFWmousebuttonfun.ofNative(@NotNull Arena arena, @NotNull GLFWFunctionTypes.IGLFWmousebuttonfun lambda) @NotNull MemorySegmentGLFW.setMouseButtonCallback(@Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWmousebuttonfun callback) @NotNull MemorySegmentGLFW.setMouseButtonCallback(Arena arena, @Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWmousebuttonfun callback)