GetPointerTouchInfo function user32
Gets the touch-based information for the specified pointer (of type PT_TOUCH) associated with the current message.
BOOL GetPointerTouchInfo(
[in] UINT32 pointerId,
[out] POINTER_TOUCH_INFO *touchInfo
);
Implementation
int GetPointerTouchInfo(int pointerId, Pointer<POINTER_TOUCH_INFO> touchInfo) =>
_GetPointerTouchInfo(pointerId, touchInfo);