Белешка
Приступ овој страници захтева ауторизацију. Можете покушати да се пријавите или промените директоријуме.
Приступ овој страници захтева ауторизацију. Можете покушати да промените директоријуме.
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
See also
Overview of GameInput
GameInput
IGameInput::RegisterSystemButtonCallback