Skip to main content

GameInputRawDeviceItemCollectionInfo

Deprecated. This structure was removed in GameInput v1 and is not available in the current API.
Describes a HID collection that groups related raw device report items.

Syntax

Members

kind
Type: GameInputRawDeviceItemCollectionKind
The type of HID collection. childCount
Type: uint32_t
Number of child collections. siblingCount
Type: uint32_t
Number of sibling collections at the same level. usageCount
Type: uint32_t
Number of HID usages associated with this collection. usages
Type: const GameInputUsage*
Pointer to an array of usageCount HID usages. parent, firstSibling, previousSibling, nextSibling, lastSibling, firstChild, lastChild
Type: const GameInputRawDeviceItemCollectionInfo*
Navigation pointers forming the collection tree.

Version History

See also

Deprecated GameInput API members GameInputRawDeviceItemCollectionKind GameInputRawDeviceReportItemInfo
Last modified on August 4, 2026