IManipulationProcessor::P rocessUp 方法 (manipulations.h)
ProcessUp方法會將資料摘要至目標操作處理器,以進行觸控序列。
語法
HRESULT ProcessUp(
MANIPULATOR_ID manipulatorId,
FLOAT x,
FLOAT y
);
參數
manipulatorId
您要處理的觸控連絡人識別碼。
x
與目標相關聯的水準座標資料。
y
與目標相關聯的垂直座標資料。
傳回值
傳回成功 時S_OK ,否則會傳回錯誤碼,例如 E_FAIL。
備註
此方法會使用系統時間而非從觸控硬體取得時間戳記。 若要改善效能降低的情況,您應該使用 ProcessUpWithTime 方法。
需求
最低支援的用戶端 | Windows 7 [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2008 R2 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | manipulations.h (include Manipulations_i.c) |