This function returns whether the specified joystick is present.
There is no need to call this function before other functions that accept a joystick ID, as they all check for presence before performing any other work.
The joystick to query.
GLFW_TRUE if the joystick is present, or GLFW_FALSE otherwise.
GLFW_TRUE
GLFW_FALSE
glfwJoystickPresent
Generated using TypeDoc
This function returns whether the specified joystick is present.
There is no need to call this function before other functions that accept a joystick ID, as they all check for presence before performing any other work.