GameInputUiNavigationInfo
Describes the labels of navigation buttons in the UI.
Syntax
typedef struct GameInputUiNavigationInfo {
GameInputLabel menuButtonLabel;
GameInputLabel viewButtonLabel;
GameInputLabel acceptButtonLabel;
GameInputLabel cancelButtonLabel;
GameInputLabel upButtonLabel;
GameInputLabel downButtonLabel;
GameInputLabel leftButtonLabel;
GameInputLabel rightButtonLabel;
GameInputLabel contextButton1Label;
GameInputLabel contextButton2Label;
GameInputLabel contextButton3Label;
GameInputLabel contextButton4Label;
GameInputLabel pageUpButtonLabel;
GameInputLabel pageDownButtonLabel;
GameInputLabel pageLeftButtonLabel;
GameInputLabel pageRightButtonLabel;
GameInputLabel scrollUpButtonLabel;
GameInputLabel scrollDownButtonLabel;
GameInputLabel scrollLeftButtonLabel;
GameInputLabel scrollRightButtonLabel;
GameInputLabel guideButtonLabel;
} GameInputUiNavigationInfo
Members
menuButtonLabel
Type: GameInputLabel
Label for Menu button.
viewButtonLabel
Type: GameInputLabel
Label for View button.
acceptButtonLabel
Type: GameInputLabel
Label for Accept button.
cancelButtonLabel
Type: GameInputLabel
Label for Cancel button.
upButtonLabel
Type: GameInputLabel
Label for Up button.
downButtonLabel
Type: GameInputLabel
Label for Down button.
leftButtonLabel
Type: GameInputLabel
Label for Left button.
rightButtonLabel
Type: GameInputLabel
Label for Right button.
contextButton1Label
Type: GameInputLabel
Label for context button 1.
contextButton2Label
Type: GameInputLabel
Label for context button 2.
contextButton3Label
Type: GameInputLabel
Label for context button 3.
contextButton4Label
Type: GameInputLabel
Label for context button 4.
pageUpButtonLabel
Type: GameInputLabel
Label for Page Up button.
pageDownButtonLabel
Type: GameInputLabel
Label for Page Down button.
pageLeftButtonLabel
Type: GameInputLabel
Label for Page Left button.
pageRightButtonLabel
Type: GameInputLabel
Label for Page Right button.
scrollUpButtonLabel
Type: GameInputLabel
Label for Scroll Up button.
scrollDownButtonLabel
Type: GameInputLabel
Label for Scroll Down button.
scrollLeftButtonLabel
Type: GameInputLabel
Label for Scroll Left button.
scrollRightButtonLabel
Type: GameInputLabel
Label for Scroll Right button.
guideButtonLabel
Type: GameInputLabel
Label for Guide button.
Remarks
This structure is used in the GameInputDeviceInfo structure. GameInputDeviceInfo
is used by the IGameInputDevice::GetDeviceInfo method.
For more information, see GameInput devices.
Requirements
Header: GameInput.h
Supported platforms: Windows, Xbox One family consoles and Xbox Series consoles