Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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