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

# touching

Matches the began, moved, or stationary phases of a touch.

## Declaration

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

## See Also

### Constants

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