Contents

value

The axis input represented as a normalized point in a two-dimensional coordinate system.

Declaration

var value: GCPoint2 { get }

Discussion

The values of the coordinates range between -1 and 1 where (0,0) is the fixed origin. Game Controller deadzones and saturates the values so there’s no value outside this range. A zero coordinate is inside the deadzone and any coordinate greater than or less than zero is outside the deadzone.

See Also

Getting the value