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);