XYFocusNavigationModes Enumeration

Specifies the 2D directional navigation behavior when using different key devices.

Definition

Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
[FlagsAttribute]
public enum XYFocusNavigationModes

Remarks

Members

Disabled0 Any key device XY navigation is disabled.
Keyboard1 Keyboard arrow keys can be used for 2D directional navigation.
Gamepad2 Gamepad controller DPad keys can be used for 2D directional navigation.
Remote4 Remote controller DPad keys can be used for 2D directional navigation.
Enabled7 All key device XY navigation is disabled.

See Also