---
title: CGEventMouseSubtype.defaultType
framework: coregraphics
role: symbol
role_heading: Case
path: coregraphics/cgeventmousesubtype/defaulttype
---

# CGEventMouseSubtype.defaultType

Specifies that the event is an ordinary mouse event, and does not contain additional tablet device information.

## Declaration

```swift
case defaultType
```

## See Also

### Constants

- [CGEventMouseSubtype.tabletPoint](coregraphics/cgeventmousesubtype/tabletpoint.md)
- [CGEventMouseSubtype.tabletProximity](coregraphics/cgeventmousesubtype/tabletproximity.md)
