CGEventSetIntegerValueField

Function CGEventSetIntegerValueField 

Source
pub extern "C-unwind" fn CGEventSetIntegerValueField(
    event: Option<&CGEvent>,
    field: CGEventField,
    value: i64,
)
👎Deprecated: renamed to CGEvent::set_integer_value_field
Available on crate features CGEvent and CGEventTypes only.