---
title: isResting
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nstouch/isresting
---

# isResting

The indicator for a resting touch.

## Declaration

```swift
var isResting: Bool { get }
```

## Discussion

Discussion Resting touches occur when a user simply rests their thumb on the trackpad device.

## See Also

### Using Touch Properties

- [identity](appkit/nstouch/identity.md)
- [phase](appkit/nstouch/phase-swift.property.md)
- [NSTouch.Phase](appkit/nstouch/phase-swift.struct.md)
- [normalizedPosition](appkit/nstouch/normalizedposition.md)
