TABLET_DEVICE_KIND enumeration

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

Requirement Value
Minimum supported client
Windows XP Tablet PC Edition [desktop apps only]
Minimum supported server
None supported

See also

ITablet2::GetDeviceKind Method