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

# cancelled

The system cancelled tracking for the touch, as when (for example) the window associated with the touch resigns key or is deactivated.

## Declaration

```swift
static var cancelled: 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)
- [touching](appkit/nstouch/phase-swift.struct/touching.md)
- [any](appkit/nstouch/phase-swift.struct/any.md)
