[][src]Function wpilib_sys::bindings::HAL_GetJoystickPOVs

pub unsafe extern "C" fn HAL_GetJoystickPOVs(
    joystickNum: i32,
    povs: *mut HAL_JoystickPOVs
) -> i32

Gets the POVs of a specific joystick.

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