Android.Views.MotionEvent.ToolTypeUnknown Field
Tool type constant: Unknown tool type.

Value: 0

Syntax

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

See Also

MotionEvent.GetToolType(int)

Remarks

Tool type constant: Unknown tool type. This constant is used when the tool type is not known or is not relevant, such as for a trackball or other non-pointing device.

[Android Documentation]

Requirements

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