Android.Views.View.IsInTouchMode Property
Returns whether the device is currently in touch mode.

Syntax

[get: Android.Runtime.Register("isInTouchMode", "()Z", "GetIsInTouchModeHandler")]
public virtual bool IsInTouchMode { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns whether the device is currently in touch mode. Touch mode is entered once the user begins interacting with the device by touch, and affects various things like whether focus is always visible to the user.

[Android Documentation]

Requirements

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