ITablet3 interface
Applies to: desktop apps only
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
|
Minimum supported client | Windows 7 |
|---|---|
|
Minimum supported server | Windows Server 2008 R2 |
|
Library |
|
Send comments about this topic to Microsoft
Build date: 3/6/2012