NSTouch Constructors

Definition

Overloads

NSTouch()
Obsolete.
NSTouch(NSObjectFlag)
NSTouch(IntPtr)

NSTouch()

Caution

This type is not meant to be user-created

[System.Obsolete("This type is not meant to be user-created")]
public NSTouch ();
Attributes

Applies to

NSTouch(NSObjectFlag)

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

Parameters

Applies to

NSTouch(IntPtr)

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

Parameters

handle
IntPtr

nativeint

Applies to