1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-10-08 07:07:25 -04:00

Documentation work

Related to a570d0a129.
This commit is contained in:
Camilla Löwy 2017-02-26 19:04:07 +01:00
parent ce8fe645f4
commit 3fa6f48ac6

View File

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