次の方法で共有


GameInputSystemButtons

システムの制御に使用されるボタン (多くの場合、ゲーム外) を列挙します。

構文

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

定数

定数 説明
GameInputSystemButtonNone システム ボタンはありません。
GameInputSystemButtonGuide [ガイド] ボタン。
GameInputSystemButtonShare 共有ボタン。

解説

この列挙型は、システム ボタンを識別するために使用されます。 値を組み合わせることができます。

詳細については、「IGameInput::RegisterSystemButtonCallback」を参照してください。

これは、Windows SDK 10.0.26031 Preview GameInput.h に追加され、GDK の今後のリリースに追加される予定です。

要件

ヘッダー: GameInput.h

サポートされているプラットフォーム: Windows、Xbox One ファミリー本体、Xbox Series 本体

関連項目

GameInput の概要
GameInputIGameInput::RegisterSystemButtonCallback