GameInputUiNavigationButtons
非推奨。 この列挙型は GameInput v3 で削除され、現在の API では利用できません。
構文
enum GameInputUiNavigationButtons : uint32_t
{
GameInputUiNavigationNone = 0x00000000,
GameInputUiNavigationMenu = 0x00000001,
GameInputUiNavigationView = 0x00000002,
GameInputUiNavigationAccept = 0x00000004,
GameInputUiNavigationCancel = 0x00000008,
GameInputUiNavigationUp = 0x00000010,
GameInputUiNavigationDown = 0x00000020,
GameInputUiNavigationLeft = 0x00000040,
GameInputUiNavigationRight = 0x00000080,
GameInputUiNavigationContext1 = 0x00000100,
GameInputUiNavigationContext2 = 0x00000200,
GameInputUiNavigationContext3 = 0x00000400,
GameInputUiNavigationContext4 = 0x00000800,
GameInputUiNavigationPageUp = 0x00001000,
GameInputUiNavigationPageDown = 0x00002000,
GameInputUiNavigationPageLeft = 0x00004000,
GameInputUiNavigationPageRight = 0x00008000,
GameInputUiNavigationScrollUp = 0x00010000,
GameInputUiNavigationScrollDown = 0x00020000,
GameInputUiNavigationScrollLeft = 0x00040000,
GameInputUiNavigationScrollRight = 0x00080000,
};
定数
| 定数 | 値 | 説明 |
|---|---|---|
| GameInputUiNavigationNone | 0x00000000 | ボタンが押されていません。 |
| GameInputUiNavigationMenu | 0x00000001 | メニュー ボタンです。 |
| GameInputUiNavigationView | 0x00000002 | ビュー ボタンです。 |
| GameInputUiNavigationAccept | 0x00000004 | 承諾 (確定) ボタンです。 |
| GameInputUiNavigationCancel | 0x00000008 | キャンセル (戻る) ボタンです。 |
| GameInputUiNavigationUp | 0x00000010 | 上方向の入力です。 |
| GameInputUiNavigationDown | 0x00000020 | 下方向の入力です。 |
| GameInputUiNavigationLeft | 0x00000040 | 左方向の入力です。 |
| GameInputUiNavigationRight | 0x00000080 | 右方向の入力です。 |
| GameInputUiNavigationContext1 | 0x00000100 | コンテキスト アクション 1 ボタンです。 |
| GameInputUiNavigationContext2 | 0x00000200 | コンテキスト アクション 2 ボタンです。 |
| GameInputUiNavigationContext3 | 0x00000400 | コンテキスト アクション 3 ボタンです。 |
| GameInputUiNavigationContext4 | 0x00000800 | コンテキスト アクション 4 ボタンです。 |
| GameInputUiNavigationPageUp | 0x00001000 | ページ アップです。 |
| GameInputUiNavigationPageDown | 0x00002000 | ページ ダウンです。 |
| GameInputUiNavigationPageLeft | 0x00004000 | ページ レフトです。 |
| GameInputUiNavigationPageRight | 0x00008000 | ページ ライトです。 |
| GameInputUiNavigationScrollUp | 0x00010000 | 上スクロールです。 |
| GameInputUiNavigationScrollDown | 0x00020000 | 下スクロールです。 |
| GameInputUiNavigationScrollLeft | 0x00040000 | 左スクロールです。 |
| GameInputUiNavigationScrollRight | 0x00080000 | 右スクロールです。 |
バージョン履歴
| バージョン | 変更内容 |
|---|---|
| v3 | 削除されました。 |
| v2 | 導入されました。 |
