Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
Contains information about the pointer input type.
Syntax
typedef struct tagPOINTER_TYPE_INFO {
POINTER_INPUT_TYPE type;
union {
POINTER_INFO pointerInfo;
POINTER_TOUCH_INFO touchInfo;
POINTER_PEN_INFO penInfo;
} DUMMYUNIONNAME;
} POINTER_TYPE_INFO, *PPOINTER_TYPE_INFO;
Members
type
The pointer input device.
DUMMYUNIONNAME
DUMMYUNIONNAME.pointerInfo
DUMMYUNIONNAME.touchInfo
A POINTER_TOUCH_INFO structure representing basic touch information common to all pointer types.
DUMMYUNIONNAME.penInfo
A POINTER_PEN_INFO structure representing basic pen information common to all pointer types.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10, version 1809 [desktop apps only] |
| Minimum supported server | Windows Server [desktop apps only] |
| Header | winuser.h |