mirror of
https://github.com/glfw/glfw.git
synced 2024-11-22 21:14:35 +00:00
Add news entry for trackpad events
This commit is contained in:
parent
9f5a4f672f
commit
49e74fd593
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user