Android.Content.PM.PackageManager.FeatureFaketouchMultitouchDistinct Field
Feature for PackageManager.GetSystemAvailableFeatures and PackageManager.HasSystemFeature(string): The device does not have a touch screen, but does support touch emulation for basic events that supports distinct tracking of two or more fingers.

Syntax

[Android.Runtime.Register("FEATURE_FAKETOUCH_MULTITOUCH_DISTINCT")]
public const string FeatureFaketouchMultitouchDistinct

Remarks

Feature for PackageManager.GetSystemAvailableFeatures and PackageManager.HasSystemFeature(string): The device does not have a touch screen, but does support touch emulation for basic events that supports distinct tracking of two or more fingers. This is an extension of PackageManager.FeatureFaketouch for input devices with this capability. Note that unlike a distinct multitouch screen as defined by PackageManager.FeatureTouchscreenMultitouchDistinct, these kinds of input devices will not actually provide full two-finger gestures since the input is being transformed to cursor movement on the screen. That is, single finger gestures will move a cursor; two-finger swipes will result in single-finger touch events; other two-finger gestures will result in the corresponding two-finger touch event.

[Android Documentation]

Requirements

Namespace: Android.Content.PM
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 13