GameInputMotionInfo
Describes the measurable motion properties of a motion-capable input device.Syntax
Members
maxAccelerationType: float The maximum measurable linear acceleration in m/s². maxAngularVelocity
Type: float The maximum measurable angular velocity in degrees/s. maxMagneticFieldStrength
Type: float The maximum measurable magnetic field strength in gauss.
Remarks
This structure appeared in themotionInfo field of the v0 GameInputDeviceInfo. It was removed in v1 along with all motion-related members. The current GameInputDeviceInfo does not have a corresponding field.
