Share via


GameInputSensorsInfo

Describes the properties of sensors.

Syntax

struct GameInputSensorsInfo
{
    GameInputSensorsKind supportedSensors;
};

Members

supportedSensors
Type: GameInputSensorsKind

Sensors supported by the device.

Remarks

This structure is used in the GameInputDeviceInfo structure. GameInputDeviceInfo is used by the IGameInputDevice::GetDeviceInfo method.

For more information, see GameInput devices.

Requirements

Header: GameInput.h

Supported platforms: Windows, Xbox One family consoles and Xbox Series consoles

See also

Overview of GameInput
GameInput