Język

ViewConfiguration.IsFocusNavigationEnabled(Int32, Int32, Int32) Method

Definition

Checks whether focus navigation is enabled for a motion generated by a specific input device configuration and motion axis.

[Android.Runtime.Register("isFocusNavigationEnabled", "(III)Z", "GetIsFocusNavigationEnabled_IIIHandler", ApiSince=37)]
public virtual bool IsFocusNavigationEnabled(int inputDeviceId, int axis, int source);
[<Android.Runtime.Register("isFocusNavigationEnabled", "(III)Z", "GetIsFocusNavigationEnabled_IIIHandler", ApiSince=37)>]
abstract member IsFocusNavigationEnabled : int * int * int -> bool
override this.IsFocusNavigationEnabled : int * int * int -> bool

Parameters

inputDeviceId
Int32

the ID of the InputDevice that generated the motion.

axis
Int32

the axis of the motion.

source
Int32

the input source of the motion.

Returns

true if focus navigation is enabled for the given configuration.

Attributes

Applies to