Android.Views.InputDevice.SourceClassJoystick Field
The input source is a joystick.

Value: 16

Syntax

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

Remarks

The input source is a joystick. A Android.Views.MotionEvent should be interpreted as absolute joystick movements. 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 12