Add news entry for trackpad events

This commit is contained in:
pfg 2023-10-22 19:45:16 -04:00
parent 9f5a4f672f
commit 49e74fd593

View File

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