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

Minimum supported clientWindows XP Tablet PC Edition
Minimum supported serverNone supported

See Also

ITablet2::GetDeviceKind Method

Send comments about this topic to Microsoft

Build date: 10/8/2009

Tags :


Page view tracker