InputDevice.MotionRange.Fuzz Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the error tolerance for input device measurements with respect to this axis.
public float Fuzz { [Android.Runtime.Register("getFuzz", "()F", "")] get; }
[<get: Android.Runtime.Register("getFuzz", "()F", "")>]
member this.Fuzz : single
Property Value
The error tolerance.
- Attributes
Remarks
Gets the error tolerance for input device measurements with respect to this axis.
For example, a value of 2 indicates that the measured value may be up to +/- 2 units away from the actual value due to noise and device sensitivity limitations.
Java documentation for android.view.InputDevice.MotionRange.getFuzz()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.