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}