---
title: stationary
framework: appkit
role: symbol
role_heading: Type Property
path: appkit/nstouch/phase-swift.struct/stationary
---

# stationary

A finger is touching the device, but hasn’t moved since the previous event.

## Declaration

```swift
static var stationary: NSTouch.Phase { get }
```

## See Also

### Constants

- [began](appkit/nstouch/phase-swift.struct/began.md)
- [moved](appkit/nstouch/phase-swift.struct/moved.md)
- [ended](appkit/nstouch/phase-swift.struct/ended.md)
- [cancelled](appkit/nstouch/phase-swift.struct/cancelled.md)
- [touching](appkit/nstouch/phase-swift.struct/touching.md)
- [any](appkit/nstouch/phase-swift.struct/any.md)
