Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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