Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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