Contents

normalizedPosition

The normalized position of the touch.

Declaration

var normalizedPosition: NSPoint { get }

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