GameInputMotionInfo
描述支持运动的输入设备的可测量运动属性。语法
成员
maxAcceleration类型:float 可测量的最大线性加速度(单位:m/s²)。 maxAngularVelocity
类型:float 可测量的最大角速度(单位:度/秒)。 maxMagneticFieldStrength
类型:float 可测量的最大磁场强度(单位:高斯)。
备注
此结构曾出现在 v0GameInputDeviceInfo 的 motionInfo 字段中。它与所有运动相关成员一同在 v1 中被移除。当前的 GameInputDeviceInfo 中没有对应的字段。
