From 17d9c90d3f3ab2b6a6e07408ee0fbe255e73c619 Mon Sep 17 00:00:00 2001 From: pfg Date: Thu, 19 Sep 2024 18:07:37 -0500 Subject: [PATCH] Finish checklist --- CONTRIBUTORS.md | 1 + include/GLFW/glfw3.h | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 1371aedb..3e1d1bc0 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -294,6 +294,7 @@ video tutorials. - Jonas Ådahl - Lasse Öörni - Leonard König + - pfgithub - All the unmentioned and anonymous contributors in the GLFW community, for bug reports, patches, feedback, testing and encouragement diff --git a/include/GLFW/glfw3.h b/include/GLFW/glfw3.h index 48579930..20d548e2 100644 --- a/include/GLFW/glfw3.h +++ b/include/GLFW/glfw3.h @@ -5487,6 +5487,10 @@ GLFWAPI GLFWscrollfun glfwSetScrollCallback(GLFWwindow* window, GLFWscrollfun ca * * @thread_safety This function must only be called from the main thread. * + * @sa @ref input_mouse_trackpad_gestures + * + * @since Added in version 3.5. + * * @ingroup input */ GLFWAPI GLFWtrackpadzoomfun glfwSetTrackpadZoomCallback(GLFWwindow* window, GLFWtrackpadzoomfun callback); @@ -5513,6 +5517,10 @@ GLFWAPI GLFWtrackpadzoomfun glfwSetTrackpadZoomCallback(GLFWwindow* window, GLFW * * @thread_safety This function must only be called from the main thread. * + * @sa @ref input_mouse_trackpad_gestures + * + * @since Added in version 3.5. + * * @ingroup input */ GLFWAPI GLFWtrackpadrotatefun glfwSetTrackpadRotateCallback(GLFWwindow* window, GLFWtrackpadrotatefun callback);