IDirectManipulationDeferContactService::D eferContact 方法 (directmanipulation.h)
指定延迟对此 pointerId 的 SetContact 调用执行的时间。
必须在 SetContact 之前调用 DeferContact。
语法
HRESULT DeferContact(
[in] UINT32 pointerId,
[in] UINT32 timeout
);
参数
[in] pointerId
指针的 ID。
[in] timeout
延迟的持续时间(以毫秒为单位)。 最大值为 500。
返回值
如果该方法成功,则返回 S_OK。 否则,将返回 HRESULT 错误代码。
要求
最低受支持的客户端 | Windows 10 [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2016 [仅限桌面应用] |
目标平台 | Windows |
标头 | directmanipulation.h |