---
title: systemTabletID
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsevent/systemtabletid
---

# systemTabletID

The index of the tablet device connected to the system.

## Declaration

```swift
var systemTabletID: Int { get }
```

## Discussion

Discussion If multiple tablets are connected to the system, the system-tablet ID is incremented for each subsequent one. If there is only one tablet device, its system-tablet ID is zero. This property is valid for mouse events with the subtype NSTabletProximityEventSubtype or NSTabletProximity events.

## See Also

### Getting tablet proximity information

- [capabilityMask](appkit/nsevent/capabilitymask.md)
- [deviceID](appkit/nsevent/deviceid.md)
- [isEnteringProximity](appkit/nsevent/isenteringproximity.md)
- [pointingDeviceID](appkit/nsevent/pointingdeviceid.md)
- [pointingDeviceSerialNumber](appkit/nsevent/pointingdeviceserialnumber.md)
- [pointingDeviceType](appkit/nsevent/pointingdevicetype-swift.property.md)
- [NSEvent.PointingDeviceType](appkit/nsevent/pointingdevicetype-swift.enum.md)
- [tabletID](appkit/nsevent/tabletid.md)
- [uniqueID](appkit/nsevent/uniqueid.md)
- [vendorID](appkit/nsevent/vendorid.md)
- [vendorPointingDeviceType](appkit/nsevent/vendorpointingdevicetype.md)
