Share via


GameInputSensorsInfo (v2)

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

See also

Overview of GameInput GameInput