MonobjcMonobjc Documented Class Library
NSPointingDeviceType Enumeration
NamespacesMonobjc.AppKitNSPointingDeviceType

The following constants represent pointing-device types for NSTabletProximity events or mouse events with subtype NSTabletProximityEventSubtype. The pointingDeviceType method returns one of these constants.

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSPointingDeviceType
Public Enumeration NSPointingDeviceType
public enum class NSPointingDeviceType
Members
MemberDescription
NSUnknownPointingDevice

Represents an unknown type of pointing device.

Available in Mac OS X v10.4 and later.


NSPenPointingDevice

Represents the tip end of a stylus-like pointing device.

Available in Mac OS X v10.4 and later.


NSCursorPointingDevice

Represents a cursor (or puck-like) pointing device.

Available in Mac OS X v10.4 and later.


NSEraserPointingDevice

Represents the eraser end of a stylus-like pointing device.

Available in Mac OS X v10.4 and later.


Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

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