CGEventGetIntegerValueField

Function CGEventGetIntegerValueField 

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