mirror of
https://github.com/glfw/glfw.git
synced 2025-04-05 05:25:07 +00:00
Documentation fix
"Joystick token" is not used anywhere else in the documentation.
This commit is contained in:
parent
f771d41292
commit
e0f7ce402b
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue