Contents

vendorDefined

An array of three vendor-defined number objects associated with a pointing-type event.

Declaration

var vendorDefined: Any { get }

Discussion

This property contains an array of three NSNumber objects. Each object encapsulates a short value that vendors may return for various reasons; see the vendor documentation for details.This method is valid for mouse events with subtype NSTabletPointEventSubtype and for NSTabletPoint events.

See Also

Getting tablet pointing information