GameInputVersion
Describes a four-part version number.Syntax
Members
majorType: 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 consolesSee also
Overview of GameInputGameInput
