ITabletEventSink::CursorMove method

Occurs when the cursor moves over the tablet digitizer.

Syntax

HRESULT CursorMove(
   TABLET_CONTEXT_ID tcid,
   CURSOR_ID         cid,
   HWND              hWnd,
   LONG              xPos,
   LONG              yPos
);

Parameters

tcid

Unique dentifier of the tablet digitizer.

cid

Unique identifier of the tablet stylus.

hWnd

The window over which the cursor moved.

xPos

The X position of the stylus.

yPos

The Y position of the stylus.

Return value

This method can return one of these values.

Return code Description
S_OK
Success.
E_FAIL
An unspecified error occurred.

Requirements

Requirement Value
Minimum supported client
Windows XP Tablet PC Edition [desktop apps only]
Minimum supported server
None supported
Library
Wisptis.exe

See also

ITabletEventSink Interface