InputDevice.IsEnabled Property

Definition

Returns true if input device is enabled.

public bool IsEnabled { [Android.Runtime.Register("isEnabled", "()Z", "", ApiSince=27)] get; }
[<get: Android.Runtime.Register("isEnabled", "()Z", "", ApiSince=27)>]
member this.IsEnabled : bool

Property Value

Whether the input device is enabled.

Attributes

Remarks

Returns true if input device is enabled.

Java documentation for android.view.InputDevice.isEnabled().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to