glfwGetJoystickAxes top-level property

GlfwGetJoystickAxes glfwGetJoystickAxes
getter/setter pair

Implementation

GlfwGetJoystickAxes glfwGetJoystickAxes =
    loadFunction<GlfwGetJoystickAxesNative>(_library, 'glfwGetJoystickAxes')
        .asFunction<GlfwGetJoystickAxes>();