glfw.GetJoystickName -- return joystick name (V1.1)
Synopsis
name$ = glfw.GetJoystickName(port)
Function
This function returns the name of the specified joystick. The port argument must be set
to a valid joystick identifier between #GLFW_JOYSTICK_1 and #GLFW_JOYSTICK_16.