IOHIDValueCreateWithIntegerValue

Function IOHIDValueCreateWithIntegerValue 

Source
pub extern "C-unwind" fn IOHIDValueCreateWithIntegerValue(
    allocator: Option<&CFAllocator>,
    element: &IOHIDElement,
    time_stamp: u64,
    value: CFIndex,
) -> CFRetained<IOHIDValue>
👎Deprecated: renamed to IOHIDValue::with_integer_value
Available on crate feature hid only.