SkipPointerFrameMessages function user32

int SkipPointerFrameMessages(
  1. int pointerId
)

Determines which pointer input frame generated the most recently retrieved message for the specified pointer and discards any queued (unretrieved) pointer input messages generated from the same pointer input frame. If an application has retrieved information for an entire frame using the GetPointerFrameInfo function, the GetPointerFrameInfoHistory function or one of their type-specific variants, it can use this function to avoid retrieving and discarding remaining messages from that frame one by one.

BOOL SkipPointerFrameMessages(
  [in] UINT32 pointerId
);

Implementation

int SkipPointerFrameMessages(int pointerId) =>
    _SkipPointerFrameMessages(pointerId);