Share via


GameInputSystemButtons

Enumerates buttons used for controlling the system, often outside of a game.

Syntax

enum GameInputSystemButtons
{
    GameInputSystemButtonNone  = 0x00000000,
    GameInputSystemButtonGuide = 0x00000001,
    GameInputSystemButtonShare = 0x00000002
};

Constants

Constant Description
GameInputSystemButtonNone No system buttons.
GameInputSystemButtonGuide Guide button.
GameInputSystemButtonShare Share button.

Remarks

This enumeration is used to identify system buttons. Values may be combined.

For more information, see IGameInput::RegisterSystemButtonCallback.

Requirements

Header: GameInput.h

Supported platforms: Windows, Xbox One family consoles and Xbox Series consoles

See also

Overview of GameInput
GameInput
IGameInput::RegisterSystemButtonCallback