Partager via


TCH_INPUT_SAMPLE_SET (Compact 2013)

3/26/2014

This structure contains information about a touch input sample set.

Syntax

typedef struct {
  DWORD cInputs;
  PCETOUCHINPUT pInputs;
} TCH_INPUT_SAMPLE_SET;

Members

  • cInputs
    Specifies the count of simultaneous touch points.
  • pInputs
    Pointer to a CETOUCHINPUT structure, which contains a set of simultaneous touch points.

Requirements

Header

tchstream.h

See Also

Reference

Touch Driver Structures