GameInputRawDeviceItemCollectionInfo
Describes a HID collection that groups related raw device report items.Syntax
Members
kindType: 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, lastChildType: const GameInputRawDeviceItemCollectionInfo* Navigation pointers forming the collection tree.
