Skip to content

Latest commit

 

History

History
78 lines (49 loc) · 1.99 KB

itablet3.md

File metadata and controls

78 lines (49 loc) · 1.99 KB
description ms.assetid title ms.topic ms.date topic_type api_name api_type api_location
The ITablet3 interface enables multitouch querying for input.
949f2d83-7761-4d60-b8fe-5a9ac7567238
ITablet3 interface
reference
05/31/2018
APIRef
kbSyntax
ITablet3
COM
wisptis.exe
wisptis.exe.dll

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