CGEventCreateScrollWheelEvent2

Function CGEventCreateScrollWheelEvent2 

Source
pub extern "C-unwind" fn CGEventCreateScrollWheelEvent2(
    source: Option<&CGEventSource>,
    units: CGScrollEventUnit,
    wheel_count: u32,
    wheel1: i32,
    wheel2: i32,
    wheel3: i32,
) -> Option<CFRetained<CGEvent>>
👎Deprecated: renamed to CGEvent::new_scroll_wheel_event2
Available on crate features CGEvent and CGEventTypes only.