Android.Content.PM.PackageManager.FeatureFaketouchMultitouchJazzhand 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 tracking a hand of fingers (5 or more fingers) fully independently.

Syntax

[Android.Runtime.Register("FEATURE_FAKETOUCH_MULTITOUCH_JAZZHAND")]
public const string FeatureFaketouchMultitouchJazzhand

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 tracking a hand of fingers (5 or more fingers) fully independently. This is an extension of PackageManager.FeatureFaketouch for input devices with this capability. Note that unlike a multitouch screen as defined by PackageManager.FeatureTouchscreenMultitouchJazzhand, not all two finger gestures can be detected due to the limitations described for PackageManager.FeatureFaketouchMultitouchDistinct.

[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