Share via


NSEvent.OtherEvent Method

Definition

[Foundation.Export("otherEventWithType:___location:modifierFlags:timestamp:windowNumber:context:subtype:data1:data2:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static AppKit.NSEvent OtherEvent(AppKit.NSEventType type, CoreGraphics.CGPoint ___location, AppKit.NSEventModifierMask flags, double time, IntPtr wNum, AppKit.NSGraphicsContext? context, short subtype, IntPtr d1, IntPtr d2);
[<Foundation.Export("otherEventWithType:___location:modifierFlags:timestamp:windowNumber:context:subtype:data1:data2:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member OtherEvent : AppKit.NSEventType * CoreGraphics.CGPoint * AppKit.NSEventModifierMask * double * nativeint * AppKit.NSGraphicsContext * int16 * nativeint * nativeint -> AppKit.NSEvent

Parameters

___location
CGPoint
time
Double
wNum
IntPtr

nativeint

subtype
Int16
d1
IntPtr

nativeint

d2
IntPtr

nativeint

Returns

Attributes

Applies to