NSEvent.OtherEvent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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
- type
- NSEventType
- ___location
- CGPoint
- flags
- NSEventModifierMask
- time
- Double
- wNum
-
IntPtr
nativeint
- context
- NSGraphicsContext
- subtype
- Int16
- d1
-
IntPtr
nativeint
- d2
-
IntPtr
nativeint
Returns
- Attributes