Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Enumerates types of raw device reports.
Syntax
typedef enum GameInputRawDeviceReportKind
{
GameInputRawInputReport = 0,
GameInputRawOutputReport = 1,
GameInputRawFeatureReport = 2
} GameInputRawDeviceReportKind
Constants
| Constant | Description |
|---|---|
| GameInputRawInputReport | Input report. |
| GameInputRawOutputReport | Output report. |
| GameInputRawFeatureReport | Feature report. |
Remarks
This enumeration is used in the GameInputRawDeviceReportInfo structure. It is also used by the IGameInputDevice::CreateRawDeviceReport method.
For intermediate and advanced use cases of the GameInput API, see Advanced GameInput topics.
Requirements
Header: GameInput.h
Supported platforms: Windows, Xbox One family consoles and Xbox Series consoles