Function regorust::regoInputInt

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

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