[][src]Function wpilib_sys::bindings::HAL_GetAnalogTriggerInWindow

pub unsafe extern "C" fn HAL_GetAnalogTriggerInWindow(
    analogTriggerHandle: HAL_AnalogTriggerHandle,
    status: *mut i32
) -> HAL_Bool

Returns the InWindow output of the analog trigger.

True if the analog input is between the upper and lower limits.

@param analogTriggerHandle the trigger handle @return the InWindow output of the analog trigger