From e0f7ce402b46f5ef4c1cc422413056b8a83fb6df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Camilla=20L=C3=B6wy?= Date: Tue, 21 Jul 2020 18:06:13 +0200 Subject: [PATCH] Documentation fix "Joystick token" is not used anywhere else in the documentation. --- docs/input.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/input.dox b/docs/input.dox index e6c3204f..5c6bbf03 100644 --- a/docs/input.dox +++ b/docs/input.dox @@ -648,7 +648,7 @@ const char* name = glfwGetJoystickName(GLFW_JOYSTICK_4); @endcode Joystick names are not guaranteed to be unique. Two joysticks of the same model -and make may have the same name. Only the [joystick token](@ref joysticks) is +and make may have the same name. Only the [joystick ID](@ref joysticks) is guaranteed to be unique, and only until that joystick is disconnected.