Function objc2_app_kit::NSShowAnimationEffect

source ·
pub unsafe extern "C" fn NSShowAnimationEffect(
    animation_effect: NSAnimationEffect,
    center_location: NSPoint,
    size: NSSize,
    animation_delegate: Option<&AnyObject>,
    did_end_selector: Option<Sel>,
    context_info: *mut c_void
)
👎Deprecated: Use +[NSCursor disappearingItemCursor] instead
Available on crate feature NSGraphics only.