Android.Views.InputDevice.SourceClassPosition Field
The input source is an absolute positioning device not associated with a display (unlike InputDevice.SourceClassPointer).

Value: 8

Syntax

[Android.Runtime.Register("SOURCE_CLASS_POSITION")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.InputSourceType enum directly instead of this field.")]
public const InputSourceType SourceClassPosition

Remarks

The input source is an absolute positioning device not associated with a display (unlike InputDevice.SourceClassPointer). A Android.Views.MotionEvent should be interpreted as absolute coordinates in device-specific surface units. Use InputDevice.GetMotionRange(Axis) to query the range of positions.

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 9