GameInputRawDeviceReportKind
RAW デバイスレポートのタイプを列挙します。
構文
typedef enum GameInputRawDeviceReportKind
{
GameInputRawInputReport = 0,
GameInputRawOutputReport = 1,
GameInputRawFeatureReport = 2
} GameInputRawDeviceReportKind
定数
定数 | 説明 |
---|---|
GameInputRawInputReport | レポートを入力します。 |
GameInputRawOutputReport | レポートを出力します。 |
GameInputRawFeatureReport | 機能レポート。 |
解説
この列挙は、GameInputRawDeviceReportItemInfo 構造に使用されます。 IGameInputDevice:: CreateRawDeviceReport メソッドでも使用されます。
GameInput API の中級者および上級者向けの使用例については、「高度な GameInput」のトピックを参照してください。
要件
ヘッダー: GameInput.h
サポートされているプラットフォーム: Windows、Xbox One ファミリー本体、Xbox Series 本体