ITablet3 interface

The ITablet3 interface enables multitouch querying for input.

Members

The ITablet3 interface inherits from the IUnknown interface. ITablet3 also has these types of members:

Methods

The ITablet3 interface has these methods.

Method Description
GetMaximumCursors Retrieves the maximum number of inputs supported.
isMultiTouch Indicates whether multitouch is enabled for this object.

Remarks

Developers should not use this interface

The following code describes how the ITablet3 interface is defined.

[
  object,
  uuid(AC0E3951-0A2F-448E-88D0-49DA0C453460)
  pointer_default(unique)
]
interface ITablet3 : IUnknown
{
    HRESULT IsMultiTouch([out] BOOL *pIsMultiTouch);

    HRESULT GetMaximumCursors([out] ULONG *pMaximumCursors);
};
  

Requirements

Requirement Value
Minimum supported client
Windows 7 [desktop apps only]
Minimum supported server
Windows Server 2008 R2 [desktop apps only]
Library
Wisptis.exe