Share via


NSEvent.EventWithEventRef(IntPtr) Method

Definition

[Foundation.Export("eventWithEventRef:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static AppKit.NSEvent EventWithEventRef(IntPtr cgEventRef);
[<Foundation.Export("eventWithEventRef:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member EventWithEventRef : nativeint -> AppKit.NSEvent

Parameters

cgEventRef
IntPtr

nativeint

Returns

Attributes

Applies to