InputManager.IsStylusPointerIconEnabled Property

Definition

Check if showing a android.view.PointerIcon for styluses is enabled.

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

Property Value

true if a pointer icon will be shown over the location of a stylus pointer, false if there is no pointer icon shown for styluses.

Attributes

Remarks

Check if showing a android.view.PointerIcon for styluses is enabled.

Java documentation for android.hardware.input.InputManager.isStylusPointerIconEnabled().

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