GameInputRawDeviceReportKind
枚举原始设备报告的类型。
语法
typedef enum GameInputRawDeviceReportKind
{
GameInputRawInputReport = 0,
GameInputRawOutputReport = 1,
GameInputRawFeatureReport = 2
} GameInputRawDeviceReportKind
常量
常量 | 说明 |
---|---|
GameInputRawInputReport | 输入报告。 |
GameInputRawOutputReport | 输出报告。 |
GameInputRawFeatureReport | 功能报告。 |
备注
此枚举用于 GameInputRawDeviceReportInfo 结构。 IGameInputDevice::CreateRawDeviceReport 方法还使用它。
有关 GameInput API 的中级和高级用例,请参阅高级 GameInput 主题。
要求
头文件:GameInput.h
支持平台:Windows、Xbox One 系列主机和 Xbox Series 主机