The following constants represent mouse-event subtypes for mouse and tablet events (accessed with the subtype method).
Available in Mac OS X v10.4 and later.
| C# | Visual Basic | Visual C++ |
public enum NSMouseEventSubType
Public Enumeration NSMouseEventSubType
public enum class NSMouseEventSubType
| Member | Description |
|---|---|
| NSMouseEventSubtype | Indicates a purely mouse event. Available in Mac OS X v10.4 and later. |
| NSTabletPointEventSubtype | Indicates a tablet-pointer event; see description of NSTabletPoint. Available in Mac OS X v10.4 and later. |
| NSTabletProximityEventSubtype | Indicates a tablet-proximity event; see description of NSTabletProximity. Available in Mac OS X v10.4 and later. |
| NSTouchEventSubtype | Indicates a touch event subtype. Available in Mac OS X v10.6 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)