Instance Property
pointingDeviceID
The index of the pointing device currently in proximity with the tablet.
Discussion
This index is significant for multimode (or Dual Tracking) tablets that support multiple concurrent pointing devices; the index is incremented for each pointing device that comes into proximity. Otherwise, zero is always returned. This property is valid for mouse events with subtype NSTabletProximityEventSubtype
or an event of type NSTabletProximity
.
See Also
Getting Tablet Proximity Information
capabilityMask
A mask whose set bits indicate the capabilities of the tablet device that generated this event.
deviceID
A special identifier that is used to match tablet-pointer and tablet-proximity events.
enteringProximity
A Boolean value that indicates whether a pointing device is entering or leaving the proximity of its tablet.
NSPointingDeviceType
The pointing-device types for tablet-proximity events or mouse events with a proximity event subtype.
tabletID
The USB model identifier of the tablet device associated with this event.
uniqueID
The unique identifier of the pointing device that generated this event.
vendorID
The vendor identifier of the tablet associated with the event.
vendorPointingDeviceType
A coded bit field whose set bits indicate the type of pointing device (within a vendor selection) associated with the event.