> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# GameInputUsage

> GameInputUsage

# GameInputUsage

Describes a specific HID usage.

<a id="syntaxSection" />

## Syntax

```cpp theme={null}
struct GameInputUsage
{
    uint16_t page;
    uint16_t id;
};
```

<a id="membersSection" />

### Members

*page*<br />
Type: uint16\_t

A page that designates a group of HID usages.

*id*<br />
Type: uint16\_t

ID of the specific HID usage within *page*.

<a id="requirementsSection" />

## Requirements

**Header:** GameInput.h

**Supported platforms:** Windows, XBOX One family consoles and XBOX Series consoles

<a id="seealsoSection" />

## See also

[Human Interface Device (HID) Information](https://www.usb.org/hid)\
[Overview of GameInput](/build/core-features/common/input/overviews/input-overview)\
[GameInput](/reference/input/gameinput/gameinput_members)

## Version History

| Version | Changes     |
| ------- | ----------- |
| **v0**  | Introduced. |


## Related topics

- [GameInputHapticWaveformInfo](/reference/input/gameinput/deprecated/structs/gameinputhapticwaveforminfo.md)
- [GameInputRawDeviceItemCollectionInfo](/reference/input/gameinput/deprecated/structs/gameinputrawdeviceitemcollectioninfo.md)
- [GameInputTouchSensorInfo](/reference/input/gameinput/deprecated/structs/gameinputtouchsensorinfo.md)
- [GameInputRawDeviceReportItemInfo](/reference/input/gameinput/deprecated/structs/gameinputrawdevicereportiteminfo.md)
- [GameInput](/reference/input/gameinput/gameinput_members.md)
