Editar

Share via


NSEvent.OtherEvent Method

Definition

[Foundation.Export("otherEventWithType:location:modifierFlags:timestamp:windowNumber:context:subtype:data1:data2:")]
public static AppKit.NSEvent OtherEvent (AppKit.NSEventType type, CoreGraphics.CGPoint location, AppKit.NSEventModifierMask flags, double time, nint wNum, AppKit.NSGraphicsContext context, short subtype, nint d1, nint d2);
static member OtherEvent : AppKit.NSEventType * CoreGraphics.CGPoint * AppKit.NSEventModifierMask * double * nint * AppKit.NSGraphicsContext * int16 * nint * nint -> AppKit.NSEvent

Parameters

location
CGPoint
time
Double
wNum
System.System.IntPtr System.nativeint
subtype
Int16
d1
System.System.IntPtr System.nativeint
d2
System.System.IntPtr System.nativeint

Returns

Attributes

Applies to