فهرست منبع

Documentation fix

"Joystick token" is not used anywhere else in the documentation.

(cherry picked from commit e0f7ce402b46f5ef4c1cc422413056b8a83fb6df)
Camilla Löwy 5 سال پیش
والد
کامیت
2a5ac9a6d6
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      docs/input.dox

+ 1 - 1
docs/input.dox

@@ -645,7 +645,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.