Indicates the type of tablet device such as a pen, mouse or touch sensitive digitizer.
Syntax
typedef enum _TABLET_DEVICE_KIND {
TABLET_DEVICE_MOUSE = 0,
TABLET_DEVICE_PEN,
TABLET_DEVICE_TOUCH
} TABLET_DEVICE_KIND;
Constants
- TABLET_DEVICE_MOUSE
The tablet is a mouse. This includes touchpads found on many laptop computers.
- TABLET_DEVICE_PEN
The tablet utilizes an electromagnetic pen and digitizer.
- TABLET_DEVICE_TOUCH
The tablet utilizes a touch sensitive digitizer.
Requirements
| Minimum supported client | Windows XP Tablet PC Edition |
| Minimum supported server | None supported |
See Also
- ITablet2::GetDeviceKind Method
Send comments about this topic to Microsoft
Build date: 10/8/2009