> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# GameInputUiNavigationInfo

> GameInputUiNavigationInfo

# GameInputUiNavigationInfo

<Warning>**Deprecated.** This structure was removed in GameInput v3 and is not available in the current API.</Warning>

Describes the UI navigation button mapping for an input device.

## Syntax

```cpp theme={null}
typedef struct GameInputUiNavigationInfo {
    GameInputUiNavigationButtons supportedButtons;
    GameInputLabel menuLabel;
    GameInputLabel viewLabel;
    GameInputLabel acceptLabel;
    GameInputLabel cancelLabel;
    GameInputLabel upLabel;
    GameInputLabel downLabel;
    GameInputLabel leftLabel;
    GameInputLabel rightLabel;
    GameInputLabel context1Label;
    GameInputLabel context2Label;
    GameInputLabel context3Label;
    GameInputLabel context4Label;
    GameInputLabel pageUpLabel;
    GameInputLabel pageDownLabel;
    GameInputLabel pageLeftLabel;
    GameInputLabel pageRightLabel;
    GameInputLabel scrollUpLabel;
    GameInputLabel scrollDownLabel;
    GameInputLabel scrollLeftLabel;
    GameInputLabel scrollRightLabel;
} GameInputUiNavigationInfo;
```

## Members

**supportedButtons**\
Type: [GameInputUiNavigationButtons](/reference/input/gameinput/deprecated/enums/gameinputuinavigationbuttons)

Bitmask of supported navigation buttons.

**menuLabel, viewLabel, acceptLabel, cancelLabel, ...**\
Type: [GameInputLabel](/reference/input/gameinput/enums/gameinputlabel)

Labels identifying which physical inputs map to each navigation action.

## Version History

| Version | Changes     |
| ------- | ----------- |
| **v3**  | Removed.    |
| **v2**  | Introduced. |

## See also

[Deprecated GameInput API members](/reference/input/gameinput/deprecated/gameinput_deprecated_members)
[GameInputUiNavigationState](/reference/input/gameinput/deprecated/structs/gameinputuinavigationstate)
[GameInputUiNavigationButtons](/reference/input/gameinput/deprecated/enums/gameinputuinavigationbuttons)
