IInertiaProcessor::get_DesiredDeceleration 方法 (manipulations.h)
DesiredDeceleration 属性指定转换操作减速所需的速率。
此属性是可读写的。
语法
HRESULT get_DesiredDeceleration(
FLOAT *deceleration
);
参数
deceleration
返回值
无
备注
DesiredDeceleration 和 DesiredDisplacement 是互斥的。 如果设置了一个,则另一个应为 NaN。
如果已启动惯性处理,设置 DesiredDeceleration 会将惯性引擎重置为应用新减速值的初始状态。
调用此函数可设置惯性的初始状态。 最有可能在 IManipulationProcessor 的 ManipulationCompleted 事件期间或在 IInertiaProcessor 接口的构造函数中调用此函数。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 7 [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2008 R2 [仅限桌面应用] |
目标平台 | Windows |
标头 | manipulations.h (包括 Manipulations.h) |