Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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