MonobjcMonobjc Documented Class Library
Device Property
NamespacesMonobjc.AppKitNSTouchDevice

The digitizer that generated the touch. Useful to distinguish touches emanating from multiple-device scenario. (read-only)

Original signature is '@property(readonly, retain) id device'

Available in Mac OS X v10.6 and later.

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

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