Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Enumerates types of raw device reports.
Syntax
enum GameInputRawDeviceReportKind
{
GameInputRawInputReport = 0,
GameInputRawOutputReport = 1,
};
Constants
| Constant | Description |
|---|---|
| GameInputRawInputReport | Input report. |
| GameInputRawOutputReport | Output 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