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.
| C# | Visual Basic | Visual C++ |
public enum NSPointingDeviceType
Public Enumeration NSPointingDeviceType
public enum class NSPointingDeviceType
| Member | Description |
|---|---|
| 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. |
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)