GetPointerTouchInfo function user32

int GetPointerTouchInfo(
  1. int pointerId,
  2. Pointer<POINTER_TOUCH_INFO> touchInfo
)

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);