From 49e74fd593ca27177b46b29f68e65f71fc823e8d Mon Sep 17 00:00:00 2001 From: pfg Date: Sun, 22 Oct 2023 19:45:16 -0400 Subject: [PATCH] Add news entry for trackpad events --- docs/news.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/news.md b/docs/news.md index 148d0871..c832fa16 100644 --- a/docs/news.md +++ b/docs/news.md @@ -14,6 +14,13 @@ values over 8. For compatibility with older versions, the @ref GLFW_UNLIMITED_MOUSE_BUTTONS input mode needs to be set to make use of this. +### Support for trackpad zoom and rotate on macOS + +Trackpad zoom and rotate events are now supported on macOS using +[glfwSetTrackpadZoomCallback](@ref glfwSetTrackpadZoomCallback) and [glfwSetTrackpadRotateCallback](@ref glfwSetTrackpadRotateCallback). These +events have not yet been implemented and currently will not emit anything on +Windows, X11, and Wayland. + ## Caveats {#caveats} ## Deprecations {#deprecations}