pub extern "C-unwind" fn CGEventCreateMouseEvent(
source: Option<&CGEventSource>,
mouse_type: CGEventType,
mouse_cursor_position: CGPoint,
mouse_button: CGMouseButton,
) -> Option<CFRetained<CGEvent>>👎Deprecated:
renamed to CGEvent::new_mouse_event
Available on crate features
CGEvent and CGEventTypes only.