Android.Views.InputDevice.SourceTouchpad Field
The input source is a touch pad or digitizer tablet that is not associated with a display (unlike InputDevice.SourceTouchscreen).

Value: 1048584

Syntax

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

See Also

InputDevice.SourceClassPosition

Remarks

The input source is a touch pad or digitizer tablet that is not associated with a display (unlike InputDevice.SourceTouchscreen).

[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