Skip to main content

GameInputVersion

Describes a four-part version number.

Syntax

Members

major
Type: uint16_t
Major version number. minor
Type: uint16_t
Minor version number. build
Type: uint16_t
Build number. revision
Type: uint16_t
Revision number.

Remarks

This structure is used in the GameInputDeviceInfo structure. GameInputDeviceInfo is used by the IGameInputDevice::GetDeviceInfo method. The structure can support versioning of hardware, firmware, or software.

Requirements

Header: GameInput.h Supported platforms: Windows, XBOX One family consoles and XBOX Series consoles

See also

Overview of GameInput
GameInput

Version History

Last modified on August 31, 2026