---
title: normalizedPosition
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nstouch/normalizedposition
---

# normalizedPosition

The normalized position of the touch.

## Declaration

```swift
var normalizedPosition: NSPoint { get }
```

## Discussion

Discussion The normalized position is a scaled value between (0.0) and (1.0,1.0), where (0.0,0.0) is the lower-left position on the touch 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)
- [isResting](appkit/nstouch/isresting.md)
