IManipulationProcessor::GetVelocityX 方法 (manipulations.h)
计算并返回目标对象的水平速度。
语法
HRESULT GetVelocityX(
[out] FLOAT *velocityX
);
参数
[out] velocityX
计算的水平速度。
返回值
如果该方法成功,则它会返回 S_OK。 如果失败,则返回 HRESULT 错误代码,例如 E_FAIL。
注解
使用 IInertiaProcessor 接口时,此值很有用。 操作完成后,应传递此值。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 7 [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2008 R2 [仅限桌面应用] |
目标平台 | Windows |
标头 | manipulations.h (包括 Manipulations_i.c) |