Interfaz ITabletCursor
Representa un objeto de lápiz óptico.
Miembros
La interfaz ITabletCursor hereda de la interfaz IUnknown . ITabletCursor también tiene estos tipos de miembros:
Métodos
La interfaz ITabletCursor tiene estos métodos.
Método | Descripción |
---|---|
GetButton | Recupera el objeto de botón especificado de un lápiz óptico de tableta. |
GetButtonCount | Recupera el número de botones en el lápiz óptico de la tableta. |
GetId | Recupera el identificador del lápiz óptico. |
GetName | Recupera el nombre del lápiz óptico de la tableta. |
IsInverted | Indica si el lápiz óptico está al revés. |
Comentarios
No utilice esta interfaz.
En el código siguiente se describe cómo se define la interfaz ITabletCursor .
[
object,
uuid(EF9953C6-B472-4B02-9D22-D0E247ADE0E8,
pointer_default(unique)
]
interface ITabletCursor : IUnknown
{
HRESULT GetName(
[out] LPWSTR *ppwszName);
HRESULT IsInverted();
HRESULT GetId(
[out] CURSOR_ID *pCid);
HRESULT GetTablet(
[out] ITablet **ppTablet);
HRESULT GetButtonCount(
[out] ULONG *pcButtons);
HRESULT GetButton(
[in] ULONG iButton,
[out] ITabletCursorButton **ppButton);
};
Requisitos
Requisito | Value |
---|---|
Cliente mínimo compatible |
Windows XP Tablet PC Edition [solo aplicaciones de escritorio] |
Servidor mínimo compatible |
No se admite ninguno |
Biblioteca |
|