Function regorust::regoInputBoolean

source ยท
pub unsafe extern "C" fn regoInputBoolean(
    input: *mut regoInput,
    value: regoBoolean,
) -> regoEnum
Expand description

@brief Adds a boolean value to the input object. @param input The input object. @param value The boolean value. @return REGO_OK if successful, REGO_ERROR otherwise.