---
title: CGEventMouseSubtype.tabletPoint
framework: coregraphics
role: symbol
role_heading: Case
path: coregraphics/cgeventmousesubtype/tabletpoint
---

# CGEventMouseSubtype.tabletPoint

Specifies that the mouse event originated from a tablet device, and that the various kCGTabletEvent field selectors may be used to obtain tablet-specific data from the mouse event.

## Declaration

```swift
case tabletPoint
```

## See Also

### Constants

- [CGEventMouseSubtype.defaultType](coregraphics/cgeventmousesubtype/defaulttype.md)
- [CGEventMouseSubtype.tabletProximity](coregraphics/cgeventmousesubtype/tabletproximity.md)
