From ecf1351ef09730cb4d571fb6c4e0fea5b088b78a Mon Sep 17 00:00:00 2001 From: pfg Date: Tue, 16 Apr 2024 14:41:35 -0400 Subject: [PATCH] Add protocol usage note --- docs/compat.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/compat.md b/docs/compat.md index 5072d5c1..e85d723e 100644 --- a/docs/compat.md +++ b/docs/compat.md @@ -158,6 +158,12 @@ less than the actual scale. [fractional-scale-v1]: https://wayland.app/protocols/fractional-scale-v1 +GLFW uses the [pointer-gestures-unstable-v1][] protocol to handle trackpad +pinch and rotate gestures. If the running compositor does not support this +protocol, trackpad pinch and rotate gestures will not be emitted. + +[pointer-gestures-unstable-v1]: https://wayland.app/protocols/pointer-gestures-unstable-v1 + ## GLX extensions {#compat_glx}