glfwGetJoystickName top-level property

GlfwGetJoystickName glfwGetJoystickName
getter/setter pair

Implementation

GlfwGetJoystickName glfwGetJoystickName =
    loadFunction<GlfwGetJoystickNameNative>(_library, 'glfwGetJoystickName')
        .asFunction<GlfwGetJoystickName>();