AddPointerInteractionContext 函数 (interactioncontext.h)
在 交互上下文 对象处理的指针集中包括指定的指针。
语法
HRESULT AddPointerInteractionContext(
[in] HINTERACTIONCONTEXT interactionContext,
[in] UINT32 pointerId
);
参数
[in] interactionContext
交互上下文对象的句柄。
[in] pointerId
指针的 ID。
返回值
如果此函数成功,则返回S_OK。
否则,它将返回 HRESULT 错误代码。
备注
通过在 SetPropertyInteractionContext 中设置INTERACTION_CONTEXT_PROPERTY_FILTER_POINTERS来启用指针筛选。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 8 [仅限桌面应用] |
最低受支持的服务器 | 无受支持的版本 |
目标平台 | Windows |
标头 | interactioncontext.h |
Library | Ninput.lib |
DLL | Ninput.dll |