Describes a specific HID usage.
Syntax
struct GameInputUsage
{
uint16_t page;
uint16_t id;
};
Members
page
Type: uint16_t
A page that designates a group of HID usages.
id
Type: uint16_t
ID of the specific HID usage within page.
Requirements
Header: GameInput.h
Supported platforms: Windows, Xbox One family consoles and Xbox Series consoles
See also
Human Interface Device (HID) Information
Overview of GameInput
GameInput
Version History
| Version | Changes |
|---|---|
| v0 | Introduced. |