편집

다음을 통해 공유


NSEvent Constructors

Definition

Overloads

NSEvent()
NSEvent(NSCoder)
NSEvent(NSObjectFlag)
NSEvent(IntPtr)

NSEvent()

[Foundation.Export("init")]
public NSEvent ();
Attributes

Applies to

NSEvent(NSCoder)

[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSEvent (Foundation.NSCoder coder);
new AppKit.NSEvent : Foundation.NSCoder -> AppKit.NSEvent

Parameters

coder
NSCoder
Attributes

Applies to

NSEvent(NSObjectFlag)

protected NSEvent (Foundation.NSObjectFlag t);
new AppKit.NSEvent : Foundation.NSObjectFlag -> AppKit.NSEvent

Parameters

Applies to

NSEvent(IntPtr)

protected internal NSEvent (IntPtr handle);
new AppKit.NSEvent : nativeint -> AppKit.NSEvent

Parameters

handle
IntPtr

nativeint

Applies to