From 9f5a4f672fc2f3cea05194a839b678848ca51b85 Mon Sep 17 00:00:00 2001 From: pfg Date: Sun, 22 Oct 2023 19:37:23 -0400 Subject: [PATCH] Add changelog entry for trackpad zoom/rotate --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 10044faf..d16fb8dd 100644 --- a/README.md +++ b/README.md @@ -132,6 +132,8 @@ information on what to include when reporting a bug. - [Null] Added EGL context creation on Mesa via `EGL_MESA_platform_surfaceless` - [EGL] Allowed native access on Wayland with `GLFW_CONTEXT_CREATION_API` set to `GLFW_NATIVE_CONTEXT_API` (#2518) + - [Cocoa] Added `glfwSetTrackpadZoomCallback` and `glfwSetTrackpadRotateCallback` + for trackpad zoom and rotate events (#90) ## Contact