Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/12/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 |