[][src]Function wpilib_sys::bindings::HAL_GetJoystickAxes

pub unsafe extern "C" fn HAL_GetJoystickAxes(
    joystickNum: i32,
    axes: *mut HAL_JoystickAxes
) -> i32

Gets the axes of a specific joystick.

@param joystickNum the joystick number @param axes the axes values (output) @return the error code, or 0 for success