IManipulationProcessor::P rocessUp 方法 (manipulations.h)
ProcessUp 方法将数据馈送给目标的操作处理器,用于触摸序列。
语法
HRESULT ProcessUp(
MANIPULATOR_ID manipulatorId,
FLOAT x,
FLOAT y
);
parameters
manipulatorId
要处理的触摸联系人的标识符。
x
与目标关联的水平坐标数据。
y
与目标关联的垂直坐标数据。
返回值
返回 成功时S_OK ,否则返回错误代码,如 E_FAIL。
注解
此方法使用系统时间而不是触摸硬件的时间戳。 若要在性能下降的情况下改善体验,应使用 ProcessUpWithTime 方法。
要求
最低受支持的客户端 | Windows 7 [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2008 R2 [仅限桌面应用] |
目标平台 | Windows |
标头 | manipulations.h (包括 Manipulations_i.c) |