Function glfwJoystickPresent

  • 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.

    Parameters

    Returns number

    GLFW_TRUE if the joystick is present, or GLFW_FALSE otherwise.

Generated using TypeDoc