[][src]Function wpilib_sys::bindings::HAL_GetJoystickAxisType

pub unsafe extern "C" fn HAL_GetJoystickAxisType(
    joystickNum: i32,
    axis: i32
) -> i32

Gets the type of a specific joystick axis.

This is device specific, and different depending on what system input type the joystick uses.

@param joystickNum the joystick number @param axis the axis number @return the enumerated axis type