value property

double value
final

Defines the distance of the pointer device from the origin. A value of zero is when the pointer device is at the origin. A value of 1 or -1 is when the pointer device is at the farthest point from the origin.

This value is the average of the valueOffset's x and y values.

Implementation

final double value;