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