Table of Contents

Enum XYFocusNavigationModes

Namespace
Avalonia.Input
Assembly
Avalonia.Base.dll

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

[Flags]
public enum XYFocusNavigationModes

Fields

Disabled = 0

Any key device XY navigation is disabled.

Enabled = Keyboard | Gamepad | Remote

All key device XY navigation is disabled.

Gamepad = 2

Gamepad controller DPad keys can be used for 2D directional navigation.

Keyboard = 1

Keyboard arrow keys can be used for 2D directional navigation.

Remote = 4

Remote controller DPad keys can be used for 2D directional navigation.

Remarks