Skip to main content

GameInputRawDeviceReportInfo

Describes a report of the raw stream from an input device. These reports are only supported for Game Input Protocol (GIP) devices.

Syntax

Members

kind
Type: GameInputRawDeviceReportKind
The type of this report. id
Type: uint32_t
The ID of this report. For Game Input Protocol (GIP) devices, this represents the message ID. size
Type: uint32_t
The size of this report.

Remarks

This structure is used in the GameInputDeviceInfo structure. For more information, see the GetDeviceInfo method of IGameInputDevice. 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

See also

Overview of GameInput
GameInput

Version History

Appendix: Previous versions

v0

Last modified on August 31, 2026