From 3fa6f48ac6e35734b6a21e7949ef3b7a0c105864 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Camilla=20L=C3=B6wy?= Date: Sun, 26 Feb 2017 19:04:07 +0100 Subject: [PATCH] Documentation work Related to a570d0a1294ad9af54df416fd7e16d9d7ea36c62. --- docs/compat.dox | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/compat.dox b/docs/compat.dox index 61eeb058..32618e81 100644 --- a/docs/compat.dox +++ b/docs/compat.dox @@ -76,6 +76,10 @@ GLFW uses the Xkb extension and detectable auto-repeat to provide keyboard input. If the running X server does not support this extension, a non-Xkb fallback path is used. +GLFW uses the XInput2 extension to provide raw, non-accelerated mouse motion +when the cursor is disabled. If the running X server does not support this +extension, regular accelerated mouse motion will be used. + @section compat_glx GLX extensions