Finish checklist

This commit is contained in:
pfg 2024-09-19 18:07:37 -05:00
parent 6e19d07de8
commit 17d9c90d3f
2 changed files with 9 additions and 0 deletions

View File

@ -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

View File

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