Android.Views.InputDevice.IsVirtual Property
Returns true if the device is a virtual input device rather than a real one, such as the virtual keyboard (see KeyCharacterMap.VIRTUAL_KEYBOARD).

Syntax

[get: Android.Runtime.Register("isVirtual", "()Z", "GetIsVirtualHandler")]
public bool IsVirtual { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns true if the device is a virtual input device rather than a real one, such as the virtual keyboard (see KeyCharacterMap.VIRTUAL_KEYBOARD).

Virtual input devices are provided to implement system-level functionality and should not be seen or configured by users.

[Android Documentation]

Requirements

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