MonobjcMonobjc Documented Class Library
IsResting Property
NamespacesMonobjc.AppKitNSTouchIsResting

Returns whether the touch is a resting touch. (read-only)

Original signature is '@property(readonly) BOOL isResting'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool IsResting { get; }
Public Overridable ReadOnly Property IsResting As Boolean
	Get
public:
virtual property bool IsResting {
	bool get ();
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)